{ "opencollection": "1.0.0", "info": { "name": "Encharge REST Account Events API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Encharge-Token", "value": "{{X-Encharge-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Create event subscription (webhook)", "type": "http" }, "http": { "method": "POST", "url": "https://api.encharge.io/v1/event-subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create event subscription (webhook)" }, { "info": { "name": "Delete event subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.encharge.io/v1/event-subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete event subscription" } ] } ], "bundled": true }