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 |
...
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
key | String | The key should be passed via HTTP Basic Auth, as the basic auth username. The basic auth password should be left empty | ||||||
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 |
...
Expand | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
HTTP Method: POST
Request
Headers
Post Data
Response
|