Check Validity of DeviceID and Token API
This API is used to Check Validity of DeviceID and Token in the device without extending the token expiry time.
URL
api/users/checktoken
Required parameter
- deviceID
- token
Optional parameter
Example JSON Payload
{
"deviceID": "ABCD-EFGH-IJKL-MNOP",
"token": "bb602ab13b8090268cd6e3bb9dfa39e2"
}
Possible return HTTP status code
- 200 for valid
- 400
- 401
- 405
Return message
{
"status": "success",
"message": [
"token and deviceID are valid."
]
}