Refresh token

This endpoint can be used to grant a new JWT in order to extend user session. Refresh token passed in request body will be invalidated. A new JWT and a new refresh token will be returned in response. JWT is valid for 15 minutes and a refresh token is valid for 100 days.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Errors

HTTP Status codeError codeMessage
400REQ0001Invalid request body
401AUTH0003Refresh token is expired or does not exist
409MSSDK0101Transaction is ongoing for the provided item
500SXXXX (X - number)Internal Server Error

Body Params
string
required

Refresh token that will be used to grant a new JWT

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json