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.

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

Language
Click Try It! to start a request and see the response here!