{ "opencollection": "1.0.0", "info": { "name": "Qonto Business Cards Webhooks API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://thirdparty.qonto.com/v2/webhook_subscriptions" }, "docs": "OAuth scope: webhook" }, { "info": { "name": "Create a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://thirdparty.qonto.com/v2/webhook_subscriptions" }, "docs": "OAuth scope: webhook (plus the scope required for each subscribed event)" }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://thirdparty.qonto.com/v2/webhook_subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "OAuth scope: webhook" } ] } ], "bundled": true }