Refresh
POST /api/auth/access-token/refresh
POST
/api/auth/access-token/refresh
This endpoint can be used to get a new access token from a refresh token without having to call the login API endpoint again.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
Example
{ "refreshToken": "{{refreshToken}}"}Responses
Section titled “ Responses ”Successful response