v1

latestOpenAPI 3.0.12026-07-14453659.5 KB
Authorization

Generate an OAuth Token

Returns an OAuth access token or a refresh token. You must pass a valid access token in the header of each API call.

post/v2/oauth2/token

Response

access token result

access_tokenstring
expires_instring
refresh_tokenstring
token_typestring

Example response

{
  "access_token": "SPFPQ5IBLB6DPE6FKPWHMIWW4MCRICX4M4KQXFQMI6THZXIEZ6QGNWNOERD6S7655LJAFWTRIKC4KGYO5G3XROMEOTBSS53CFSB6GIA",
  "expires_in": "120",
  "refresh_token": "FL4GSVQS4W5CKSFRVZBLPIVZZJ2K4VIFPLGZ45SJGUQK4SS56IWPWACZ7V2B7OVLVKZCNK5JZSSW7CIHCNQJAO3TOUE3375108HHTLY",
  "token_type": "Bearer"
}