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"
}
]
Related articles