Superfy Platform API Documentation


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

Optional parameter

Example JSON Payload

{
  "deviceID": "ABCD-EFGH-IJKL-MNOP",
  "token": "bb602ab13b8090268cd6e3bb9dfa39e2"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": [
    "token and deviceID are valid."
  ]
}