{ "opencollection": "1.0.0", "info": { "name": "E2B access-tokens webhooks API", "version": "0.1.0" }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.e2b.app/events/webhooks" }, "docs": "List webhook subscriptions" }, { "info": { "name": "Register a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.e2b.app/events/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Register a webhook subscription" }, { "info": { "name": "Get a webhook subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.e2b.app/events/webhooks/:webhookID", "params": [ { "name": "webhookID", "value": "", "type": "path" } ] }, "docs": "Get a webhook subscription" }, { "info": { "name": "Update a webhook subscription", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.e2b.app/events/webhooks/:webhookID", "params": [ { "name": "webhookID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook subscription" }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.e2b.app/events/webhooks/:webhookID", "params": [ { "name": "webhookID", "value": "", "type": "path" } ] }, "docs": "Delete a webhook subscription" } ] } ], "bundled": true }