latestOpenAPI 3.0.32026-07-24434977.4 KB
126df7964ba5
OAuth2
Retrieve an Access Token
post/oauth/token
Response
OK
Example response
{
"access_token": "your_access_token",
"token_type": "Bearer",
"expires_in": 3600
}OK
{
"access_token": "your_access_token",
"token_type": "Bearer",
"expires_in": 3600
}