api:iptv:app:account
Table of Contents
API : IPTV : App : Account
Introduction
This request is used to change the username and/or password that the app used to login.
Request
| URL | https://api.telecomx.dk/iptv/app/account | ||
|---|---|---|---|
| Method | GET | ||
| Params | EPG_ID | Id | Id of the device. |
| Query | token | String | Session token. |
| username | String | New username, min. 6 characters, a-z A-Z 0-9 . - @ _ | |
| password | String | New password, min. 6 characters. | |
Query examples
https://api.telecomx.dk/iptv/app/account?token=123456780123456780ABCD&username=donald.duck&password=daisyDuck
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Device not found |
| 422 | username | Username is required and must be at least 6 characters long |
| 422 | username | Username may only contain valid characters a-z A-Z 0-9 - . @ _ |
| 422 | password | Password is required and must be at least 6 characters long |
| 409 | username | The username is not available |
| 500 | internal_error | <Unspecified> |
api/iptv/app/account.txt · Last modified: 2017/07/24 13:17 by Per Møller