Refresh User Access Token

View as Markdown

The Refresh Access Token is an authenticated API which should be used when access token is about to expire (not expired).

If Access token is expired, it cannot be refreshed. In that case, Only OTP authentication is the way to generate a new access token

Headers

authorizationstringRequired

Authorization token is the accessToken received from the API - api/v2/auth/verify

Response

200 - Success

dataobject

Errors

500
Internal Server Error