RenewLoginToken
Select
Customer Managed
This operation renews and returns a new session token by providing the expired token
Request Body
Name | Description |
---|---|
sessionId | Authtoken which needs to be renewed |
deviceId | Device name from where login API was called. |
Note: Same deviceId must be passed in POST /Login API during login
- application/json
Request Body required
- deviceId string required
- sessionId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- token string
error object
{
"token": "string",
"error": {}
}
{
"token": "QSDK ",
"error": {}
}
Loading...