Refreshes the authentication token of the user
POST/v1/users/default/token/renewal
Refreshes the authentication token of the user
Request
Query Parameters
extendedSession boolean
Flag which if set to true will extend token timeout for the user to 24hrs and if not set will default to 2hrs
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Authorizationstring
The token granting the authorization access to the user
{
"Authorization": "string"
}
Invalid input
- application/json
- Schema
Schema
any
Unauthorized
- application/json
- Schema
Schema
any
Server Error
- application/json
- Schema
Schema
any
Loading...