ClientToken
access_tokenstring
Bearer token for API authorization.
expires_ininteger
Number of seconds before the token expires.
token_typeTokenType
Type of token issued (always Bearer).
Constant value:
Bearerscopestring
Space-separated scopes associated with the token.
ClientToken
{
"access_token": "string",
"expires_in": 0,
"token_type": "Bearer",
"scope": "string"
}