v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
OAuth2

Retrieve an Access Token

post/oauth/token

Response

OK

access_tokenstring
token_typestring
expires_ininteger

Access token expiration time in seconds

Example response

{
  "access_token": "your_access_token",
  "token_type": "Bearer",
  "expires_in": 3600
}
All 43 operations