v1

latestOpenAPI 3.0.32026-08-06504.7 KB

Exchange authorization code or refresh token

post/api/oauth/token

Response

Access and refresh tokens

access_tokenstring
token_typestring
expires_ininteger
refresh_tokenstring

Example response

{
  "token_type": "Bearer",
  "expires_in": 3600
}