Token
Represents an OAuth token used for authenticating with the API and performing actions.
Example
{
"access_token": "ZA-Yj3aBD8U8Cm7lKUp-lm9O9BmDgdhHzDeqsY8tlL0",
"token_type": "Bearer",
"scope": "read write follow push",
"created_at": 1573979017
}Attributes
access_token
access_tokentoken_type
token_typescope
scopecreated_at
created_atSee also
Last updated
Was this helpful?