{ "opencollection": "1.0.0", "info": { "name": "Orbit Activities Webhooks API", "version": "v1" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks in a workspace", "type": "http" }, "http": { "method": "GET", "url": "http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1/:workspace_slug/webhooks", "params": [ { "name": "workspace_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List webhooks in a workspace" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1/:workspace_slug/webhooks", "params": [ { "name": "workspace_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a webhook" }, { "info": { "name": "Get a webhook", "type": "http" }, "http": { "method": "GET", "url": "http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1/:workspace_slug/webhooks/:id", "params": [ { "name": "workspace_slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a webhook" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PUT", "url": "http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1/:workspace_slug/webhooks/:id", "params": [ { "name": "workspace_slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1/:workspace_slug/webhooks/:id", "params": [ { "name": "workspace_slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a webhook" } ] } ], "bundled": true }