Available from CRM.COM R15.0.0
This method returns an authentication token, which can subsequently be used by all other Web API methods to access the system and retrieve data that are owned only by the consumer that was identified through the provided access token
The Authentication Token expires after two hours, regardless of if the token is used or not, and a new one should be retrieved. The token is returned in JWT structure and the length of the token will be more that 32 characters
More information for authenticating using Consumer Application Keys can be found in API Authentication
Resource URL
Parameters
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
key (optional on conditions) | String | The key should be passed via HTTP Basic Auth, as the basic auth username. The basic auth password should be left empty For releases prior CRM.COM R16.2.0, this parameter is mandatory From CRM.COM R16.2.0, this parameter is optional only if the Access Token Authentication Code is not provided | ||||||||||||
jwt (optional) | String | The authentication token that was used in order to identify the access token over to the CRM.COM Master Partner Available from CRM.COM R16.2.0 and onwards | ||||||||||||
access_token_identifier (mandatory) | Access Token Identifier | The identifier of the access token that should be used during the authentication process. The allowed access token identifier fields are the following
| ||||||||||||
unit (optional) | String | The unit ID that the user will use during login. If not specified then the default unit for that user is used |
Response Data
Name | Type | Description |
---|---|---|
token | String | The authentication token which can be used to access CRM.COM. The token expires after two hours |