This request is used by the iOS/Android apps and web clients to logout and invalidate the session token.
| URL | https://api.telecomx.dk/iptv/app/logout | ||
|---|---|---|---|
| Method | GET | ||
| Query | token | String | Session token. |
https://api.telecomx.dk/iptv/app/logout?token=123456780123456780ABCD
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |