Token API

get OAuth access token

post/api/login/oauth/access_token

Query parameters

grant_typestring required

OAuth grant type

client_idstring required

OAuth client id

client_secretstring required

OAuth client secret

codestring required

OAuth code

Response

The Response object

Changes

Changed in 2 of the 35 revisions of this API.4

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • api tag Token API added

      api-tag-added

    • api tag api removed

      api-tag-removed