Authentication
Access Token
This endpoint authenticates the user and returns a unique token for subsequent requests.
POST
Body
Method used for obtaining a token. For obtaining new access tokens use “refresh_token”.
The Token that can be used to obtain a new access token.
Response
Token that can be used to obtain a new access token when the current one expires.
Token returned after successful authentication. Use this token for “Authorization” in subsequent requests.
Type of token. Commonly “Bearer”.
Duration (in seconds) before the token expires.