{ "opencollection": "1.0.0", "info": { "name": "Acast Publishing Ad Markers Shows API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Shows", "type": "folder" }, "items": [ { "info": { "name": "List shows", "type": "http" }, "http": { "method": "GET", "url": "https://api.acast.com/shows" }, "docs": "Lists all shows in the network that are assigned to the authenticated user. Path modeled; resource and method confirmed from documentation." }, { "info": { "name": "Get a show", "type": "http" }, "http": { "method": "GET", "url": "https://api.acast.com/shows/:showId", "params": [ { "name": "showId", "value": "", "type": "path", "description": "The unique identifier of the show." } ] }, "docs": "Fetches details for a specific show, including its episode listing and RSS feed. Path modeled; resource and method confirmed from documentation." } ] } ], "bundled": true }