v1

latestOpenAPI 3.0.22026-08-04152025.1 KB
Partner integrations

Get Epg For Channel

get/api/v2/integrations/{integration_id}/channels/{channel_id}/epg

Path parameters

integration_idstring required
channel_idstring required

Query parameters

start_timestring date-time required
end_timestring date-time required

Response

Successful Response

Example response

{
  "schedule": [
    {
      "segment_type": "type of segment(dbi or cva)",
      "segment_id": "Unique identifier of the segment",
      "tc_in": "starting time of the segment",
      "tc_out": "ending time of the segment"
    }
  ]
}