{ "opencollection": "1.0.0", "info": { "name": "API Documentation Agents Media API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "Fetch a media record by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.luxurypresence.com/cms/v1/media/:mediaId", "params": [ { "name": "mediaId", "value": "", "type": "path", "description": "The UUID of the media record to fetch" } ] }, "docs": "Fetch a media record by ID" } ] } ], "bundled": true }