Device Token Renewal

A device's access token will expire after 7 days. To ensure the device always has a valid token, it should periodically send a request to the /loginDevice endpoint.

Login Device EndpointRequest

POST /loginDevice

The endpoint expects the following fields in JSON format:

Do not use form-data for the request body. If you are testing with Postman, you should select the raw option.

Response