get
https://example-client-domain.extole.io/api/v4/token/
Calling this endpoint allows the user to retrieve their unique access token.
Response Data Fields
Field | Description |
|---|---|
| A random access token assigned to the user. |
| The number of seconds in which the token expires. Generally the token will expire after 2 years, but this value may change based on configuration. |
| List of capabilities the token allows the associated consumer to perform. |
| List of capabilities this token has acquired once the user has passed in credentials such as email address. |
