Tip |
---|
Available from CRM.COM R15.0.0 |
Excerpt |
---|
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 |
...
Parameters
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
key (optional mandatory 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
| ||||||||
jwt (semi-optional and optional on conditions) | String | The authentication token that was used in order to identify the access token over to the CRM.COM Master Partner
| ||||||||
access_token_identifier (mandatorysemi-optional and optional on conditions) | 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 |
...
Expand | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
HTTP Method: POST Request
|
...