v1

latestOpenAPI 3.1.02026-07-26101.8 KB

Get Access Token

post/oauth/token

Request body

client_idstring required
client_secretstring required
audiencestring required
grant_typestring required

Response

200

access_tokenstring
expires_atinteger
expires_ininteger
scopestring
token_typestring

Example response

{
  "access_token": "1234567890",
  "expires_at": 1767225600,
  "expires_in": 3600,
  "scope": "YOUR_GRANTED_SCOPES",
  "token_type": "Bearer"
}
All 1 operations