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

authorizationstringRequiredDefaults to YOUR_USER_AUTH_TOKEN

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

Response headers

Datestring
The date and time when the response was generated.
Transfer-Encodingstring
The form of encoding used to transfer the response payload.
Connectionstring
Connection management options for this response.
trace-idstring

Response header trace-id.

Cache-Controlstring
Caching directives for this response.
cf-cache-statusstring

Response header cf-cache-status.

Strict-Transport-Securitystring

Response header Strict-Transport-Security.

X-Content-Type-Optionsstring

Response header X-Content-Type-Options.

Serverstring
Information about the origin server.
CF-RAYstring

Response header CF-RAY.

Content-Encodingstring
The encoding applied to the response body.
alt-svcstring

Response header alt-svc.

Response

200 - Success

dataobject

Errors

500
Internal Server Error