v1

latestOpenAPI 3.1.02026-07-24447622848.7 KB

Get Token

Exchange your client id and client secret for a bearer token.

post/oauth2/token/

Headers

Content-typestring

Response

200

access_tokenstring
token_typestring
expires_ininteger
refresh_tokenstring
scopestring

Example response

{
  "access_token": "TyEPKw8fVGRKpCBa81ygwjCLXDNIAm",
  "token_type": "Bearer",
  "expires_in": 36000,
  "refresh_token": "44fpQdEzMP36klMm8xrg8CuD75jPnF",
  "scope": "..."
}
All 447 operations