{ "opencollection": "1.0.0", "info": { "name": "Streamkap Authentication Destinations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Destinations", "type": "folder" }, "items": [ { "info": { "name": "List all destinations with filtering.", "type": "http" }, "http": { "method": "GET", "url": "https://api.streamkap.com/api/destinations", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List all destinations with filtering." }, { "info": { "name": "Create a new destination.", "type": "http" }, "http": { "method": "POST", "url": "https://api.streamkap.com/api/destinations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new destination." }, { "info": { "name": "Retrieve specific destination details.", "type": "http" }, "http": { "method": "GET", "url": "https://api.streamkap.com/api/destinations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Retrieve specific destination details." }, { "info": { "name": "Update an existing destination.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.streamkap.com/api/destinations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing destination." }, { "info": { "name": "Delete a destination.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.streamkap.com/api/destinations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Delete a destination." } ] } ], "bundled": true }