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
}

Changes

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