Calling this endpoint allows the user to retrieve their unique access token.

Response Data Fields

FieldDescription
access_token
(string)
A random access token assigned to the user.
expires_in
(string)
The number of seconds in which the token expires. Generally the token will expire after 30 days, but this value may change based on configuration.
scope
(array)
List of capabilities the token allows the associated consumer to perform.

View all scopes.
capabilities
(array)
List of capabilities this token has acquired once the user has passed in credentials such as email address.

View all capabilities.
Language
Authorization
Header