{ "opencollection": "1.0.0", "info": { "name": "Hyperline Billable Events Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperline.co/v1/webhook-endpoints" }, "docs": "List webhook endpoints" }, { "info": { "name": "Create a webhook endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/webhook-endpoints", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook endpoint" }, { "info": { "name": "Update a webhook endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hyperline.co/v1/webhook-endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a webhook endpoint" }, { "info": { "name": "Delete a webhook endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hyperline.co/v1/webhook-endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a webhook endpoint" }, { "info": { "name": "List delivered webhook messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperline.co/v1/webhook-messages" }, "docs": "List delivered webhook messages" } ] } ], "bundled": true }