{ "opencollection": "1.0.0", "info": { "name": "Octane REST Admin Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.getoctane.io/webhooks" }, "docs": "Get all webhook endpoints for a vendor." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.getoctane.io/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook endpoint." }, { "info": { "name": "Get Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.getoctane.io/webhooks/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Get a webhook endpoint by its UUID." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getoctane.io/webhooks/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Delete a webhook endpoint by its UUID." } ] } ], "bundled": true }