Skip to main content

Access Token Object

Contains user access token.

codeinteger<int32>

HTTP Response Code.

Example: 200
access_tokenstring

The user's access token.

Example: eyJ0eXAiOiXKV1QibCJhbLciOiJeiUzI1.....
date_expiresinteger<int32>

Unix timestamp of the date this token will expire. Default is one year from issue date. See Access Token Lifetime & Expiry.

Example: 1570673249
Access Token Object
{
"code": 200,
"access_token": "eyJ0eXAiOiXKV1QibCJhbLciOiJeiUzI1.....",
"date_expires": 1570673249
}