{ "opencollection": "1.0.0", "info": { "name": "Fillout REST Forms Webhook API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.fillout.com/v1/api/webhook/create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a webhook for a given form" }, { "info": { "name": "Remove a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.fillout.com/v1/api/webhook/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Removes a webhook" } ] } ], "bundled": true }