OAuth
Code exchange
post/oauth/token
Response
Success
Example response
{
"access_token": "8958e13053832b5af58fdf2ee83f35f5d013dc74",
"token_type": "bearer",
"expires_in": "300"
}Changes
Changed in 2 of the 50 revisions of this API.31
- ▲
added required request body
request-body-added-required
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the request body
request-body-removed
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲