Table of Contents

API : IPTV : App : Logout

Introduction

This request is used by the iOS/Android apps and web clients to logout and invalidate the session token.

Request

URL https://api.telecomx.dk/iptv/app/logout
Method GET
Query token String Session token.

Query example

https://api.telecomx.dk/iptv/app/logout?token=123456780123456780ABCD

Response

JSON object
success Boolean True on success

Example

{
  success: true
}

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>