Skip to end of banner
Go to start of banner

POST authentication/token/release

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

« Previous Version 2 Current »

POST authentication/token/release

Available from CRM.COM R10.0.0 and deprecated from CRM.COM R12.0.0 onwards

This method releases an authentication token in order to make it not usable by any other subsequent Web API calls

Token expires every one (1) hour and a new one will need to be retrieved. It is recommended to release tokens if there are not needed any more

Resource URL

Parameters

Name

Type

Description

token

(mandatory)

String

The authentication token which will be released

Response Data

Not applicable

Examples

 Example 1

HTTP Method: POST

 Request:

 

Post Data:

 {
  "token":"{{token}}"
}

Response:

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