{ "opencollection": "1.0.0", "info": { "name": "Warner Bros. Discovery Content Partner Assets Deliveries API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.warnermedia.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Deliveries", "type": "folder" }, "items": [ { "info": { "name": "List Deliveries", "type": "http" }, "http": { "method": "GET", "url": "https://api.warnermediasupplychain.com/v1/deliveries", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter deliveries by status" }, { "name": "startDate", "value": "", "type": "query", "description": "Filter deliveries created on or after this date" }, { "name": "endDate", "value": "", "type": "query", "description": "Filter deliveries created before or on this date" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "List all media content deliveries submitted by the partner. Supports filtering by status, date range, and content type." }, { "info": { "name": "Create Delivery", "type": "http" }, "http": { "method": "POST", "url": "https://api.warnermediasupplychain.com/v1/deliveries", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a new content delivery to Warner Bros. Discovery's media supply chain. The delivery contains references to media assets and a MovieLabs MMC manifest with metadata." }, { "info": { "name": "Get Delivery", "type": "http" }, "http": { "method": "GET", "url": "https://api.warnermediasupplychain.com/v1/deliveries/:deliveryId", "params": [ { "name": "deliveryId", "value": "", "type": "path", "description": "Unique delivery identifier" } ] }, "docs": "Retrieve the details and current status of a specific delivery." } ] } ], "bundled": true }