api:iptv:device:resettoken
Table of Contents
API : IPTV : Device : Reset token
Introduction
This request will reset the token on an Android IPTV device.
The request is used for resetting tokens on Android tablets, for IPTV Business customers. When tablets are provisioned, they login either through a serial number or by device ID/barcode. When a device has been logged in once, it is locked, but can be opened for new registrations through this endpoint.
Request
| URL | https://api.telecomx.dk/iptv/device/resettoken | ||
|---|---|---|---|
| Method | POST | ||
| Access level | MANAGER and customer has feature IPTVBUSINESS ADMIN |
||
| Params | DEVICE_ID | Id of the device to reset the token for. | |
Query example
POST https://api.telecomx.dk/iptv/device/12345678901234567890AAAA/resettoken
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Examples
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Device not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/device/resettoken.txt · Last modified: 2020/10/29 10:48 by Joakim Andersen