Refresh the access token
Generates a new access token using a valid refresh token.
Request body
Example request
{
"refreshToken": "example-refresh-token"
}Response
Access token successfully refreshed.
Changes
Changed in 2 of the 7 revisions of this API.189
- ▲
media type
application/problem+jsonwas changed to a more general media typeapplication/jsonfor the response status400response-media-type-name-generalized
- ●
removed the optional property
errorsfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
messagefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusCodefrom the response with the400statusresponse-optional-property-removed
- ○
added the optional property
detailto the response with the400statusresponse-optional-property-added
- ○
added the optional property
instanceto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the400statusresponse-optional-property-added
- ○
added the optional property
titleto the response with the400statusresponse-optional-property-added
- ○
added the optional property
typeto the response with the400statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
detailfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
instancefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the400statusresponse-optional-property-removed
- ○
media type
application/jsonwas changed to a more specific media typeapplication/problem+jsonfor the response status400response-media-type-name-specialized
- ○
added the optional property
errorsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusCodeto the response with the400statusresponse-optional-property-added
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●