Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The EzyStream platform can allow approved partners to grab channel list for the special purpose.

You'll need to use our API token to validate your request.


REQUEST URL 

https://vodapi.ezystream.com/v4/infoodle/channel


METHOD

get


PARAMETERS 

cpid

Channel Partner Id,   need to be encrypted using AES-256-CSC. Please generate encrypt key and secret from EzyAdmin Configuration. After encryption, please use base64 to encode the result.


EXAMPLE RESPONSE - SUCCESS

[
    {
      "id": 1,
      "name": "Channel A"
    },
    {
      "id": 2,
      "name": "Channel B"
    }
]


Google Payload Limit

Google has a 2kb payload restriction for the message body. We generally recommend that 2-3 sentences max as it's important to remember people are probably reading it from their notification screen on their OS.




  • No labels