Get Subscribed Channels

Estimated reading: 1 minute

The Get Channels API provides a list of available streaming channels, tailored to the specific device making the request. This information is essential for users to select their desired streaming channel through the VPN.

Get Channels

  • URL: <base url>/inventory/v3/channels/<sDeviceType>
  • Request Method: GET

Use this API to get a complete list of subscribed Channels.

Returns a JSON object that contains the Channels

Payload

KeyTypePass inDescription
X-AccessToken*StringHeaderaccessToken retrieved from Get Access Token endpoint
sDeviceType*StringPathType of device
Possible values: android | ios | mac | windows
(*) Required Parameter

Response

KeyTypeDescription
headerJSONJSON object that describes return code and message.
bodyJSONJSON object that returns countries array containing objects.
channelsArrayArray of object that contains details related to channels.
Share this Doc

Get Subscribed Channels

Or copy link

On This Page