Refreshes authentication token
GET/v1/auth/refresh/:token
Returns a new token within refresh timeout and same session id is maintained
Request
Path Parameters
token stringrequired
Non expired Authorization token
Query Parameters
setCookie boolean
Default value: true
Describes a way to set cookie from backend.
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Authorizationstring
Describes the authentication token in jwt format.
isMfaboolean
Indicates the authentication flow using MFA
{
  "Authorization": "string",
  "isMfa": true
}
Loading...