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.
| 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. | |
POST https://api.telecomx.dk/iptv/device/12345678901234567890AAAA/resettoken
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Device not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |