Issue a new access token
Issue a new access token
Request body
Example request
{
"client_id": "547544c3-eeac-492e-8df9-5a52ca4e6bdf",
"client_secret": "b717adcac3f26e8034574021fa647cd7d4edd67b615046df387f6712c3601048"
}Response
Success
Example response
{
"success": true,
"data": {
"access_token": "example_access_token_xyz789",
"refresh_token": "example_refresh_token_abc123",
"token_type": "Bearer",
"expires_in": 900
}
}Changes
Changed in 3 of the 8 revisions of this API.735
- ▲
added
subschema #1: Unauthorized Errorsubschema #2to the response bodyoneOflist for the response status401response-body-one-of-added
- ▲
the response's body type/format changed from
object/to/for status401response-body-type-changed
- ▲
the response property
data/refresh_tokenbecame optional for the status200response-property-became-optional
- ▲
the
error/coderesponse's property type/format changed fromstring/to/for status400response-property-type-changed
- ▲
removed the required property
errorfrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
successfrom the response with the401statusresponse-required-property-removed
- ●
removed the request property
client_idrequest-property-removed
- ●
removed the request property
client_secretrequest-property-removed
- ●
removed the optional property
error/errorsfrom the response with the400statusresponse-optional-property-removed
- ○
added request discriminator
request-body-discriminator-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to the request bodyoneOflistrequest-body-one-of-added
- ○
added the optional property
error/metadatato the response with the400statusresponse-optional-property-added
- ○
added
subschema #1subschema #2to theerror/coderesponse propertyallOflist for the response status400response-property-all-of-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲