Auth
Refresh an expired access token
This operation refreshes an expired access token.
Use the refresh_token
property and value received from the /auth/token
request to obtain a new access token when needed.
POST
Body
application/json
The request body requires only the refresh_token
property.
The body is of type object
.
Response
200
application/json
Token successfully refreshed. The response body contains the newly created resource.
The response object returned for both /auth
endpoints.