Skip to main content

Body

string
required
Method used for obtaining a token. For obtaining new access tokens use “refresh_token”.
string
required
The Token that can be used to obtain a new access token.

Response

string
required
Token that can be used to obtain a new access token when the current one expires.
string
required
Token returned after successful authentication. Use this token for “Authorization” in subsequent requests.
string
Type of token. Commonly “Bearer”.
number
Duration (in seconds) before the token expires.

Examples

cURL: