{ "opencollection": "1.0.0", "info": { "name": "Codat Accounting Webhooks API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook consumers", "type": "http" }, "http": { "method": "GET", "url": "https://api.codat.io/webhooks" }, "docs": "List webhook consumers" }, { "info": { "name": "Create webhook consumer", "type": "http" }, "http": { "method": "POST", "url": "https://api.codat.io/webhooks" }, "docs": "Create webhook consumer" } ] } ], "bundled": true }