Catalog
Read-only endpoints that expose the content the caller can sell or assign. Everything here requires the catalog:read scope. Resellers see the subset of the catalog their admin has assigned to them; admin keys see the full catalog.
Endpoints
| Endpoint | Method and path | What it does |
|---|---|---|
| List packages | GET /packages |
Every package the caller can sell. |
| List bouquets | GET /bouquets |
Every bouquet the caller can assign to a line. |
| List live streams | GET /streams |
Paginated list of live channels. |
| Get a live stream | GET /streams/{id} |
Full record for one channel. |
| List VODs | GET /vods |
Paginated list of movies. |
| Get a VOD | GET /vods/{id} |
Full record for one movie. |