{ "opencollection": "1.0.0", "info": { "name": "Dolby OptiView Real-time Streaming ABR Ladders Custom Endpoints API", "version": "2026.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Endpoints", "type": "folder" }, "items": [ { "info": { "name": "List all custom endpoints of a channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/channels/:id/custom-endpoints", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel ID" } ] }, "docs": "List all custom endpoints of a channel" }, { "info": { "name": "Create a custom endpoint on a channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.millicast.com/api/channels/:id/custom-endpoints", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a custom endpoint on a channel" }, { "info": { "name": "Get a custom endpoint by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/custom-endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Custom Endpoint ID" } ] }, "docs": "Get a custom endpoint by ID" }, { "info": { "name": "Update a custom endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.millicast.com/api/custom-endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Custom Endpoint ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a custom endpoint" }, { "info": { "name": "Delete a custom endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.millicast.com/api/custom-endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Custom Endpoint ID" } ] }, "docs": "Delete a custom endpoint" } ] } ], "bundled": true }