Skip to end of banner
Go to start of banner

POST access_tokens/change_pass_code

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Available from CRM.COM R16.12.0 & CRM.COM R17.9.0

Deprecated from CRM.COM R18.0.0

This method changes the pass code for an existing access token. The scenario of using this method is when a customer requests to change the pass code of an access token (of which the identifier is of email address format). This method can be applied only on effective access tokens. A single access token change pass code can be requested by each call

Resource URL

Parameters

Name

Type

Description

token

(mandatory)

String

The token that will verify that the client is trusted

pass_code

(mandatory)

String

The new access token pass code

The user’s new password

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

Response Data

N/A

Examples

 Example 1

HTTP Method: POST


Request


Body

{
  "token":"7031041502C7442CA01FA677D0CCDB4B",
  "pass_code":"crmdotcom"
}


Response

{
 "status": {
 "message": "",
 "description": "",
 "code": "OK"
 }
}
  • No labels