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