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": "..."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.