OAuth
Get Access Token
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"access_token":"ACCESS_TOKEN_FOR_ALL_API_CALLS",
"token_type":"bearer",
"expires_in":3888000,
"refresh_token":"REFRESH_TOKEN_FOR_REFRESH_API_CALL",
"created_at":1571519135
}Revoke Access Token
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated