Token API
refresh OAuth access token
post/api/login/oauth/refresh_token
Query parameters
grant_typestring required
OAuth grant type
refresh_tokenstring required
OAuth refresh token
scopestring required
OAuth scope
client_idstring required
OAuth client id
client_secretstring
OAuth client secret
Response
The Response object
Changes
Changed in 4 of the 35 revisions of this API.5
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
- ○
the
queryrequest parameterclient_secretbecame optionalrequest-parameter-became-optional
- ○
- ○
api tag
Token APIaddedapi-tag-added
- ○
- ○
endpoint added
endpoint-added
- ○