GetTokenResponse
access_tokenstringrequired
An access token that can be provided in subsequent calls, for example to SASHA Partner API services.
token_typestringrequired
How the access token may be used. Always "Bearer".
expires_inintegerrequired
The time period (in seconds) for which the access token is valid.
GetTokenResponse
{
"access_token": "string",
"token_type": "string",
"expires_in": 0
}