User Authentication and Authorization
post/v2/token
Response
200
Example response
{
"access_token": "sample_access_token",
"token_type": "Bearer",
"expires_in": 604800
}200
{
"access_token": "sample_access_token",
"token_type": "Bearer",
"expires_in": 604800
}