{ "opencollection": "1.0.0", "info": { "name": "SignWell Developer API Application Webhooks API", "version": "v1" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://www.signwell.com/api/v1/hooks", "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "List all the webhooks in the account." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://www.signwell.com/api/v1/hooks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Register a callback URL that we will post document events to." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.signwell.com/api/v1/hooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Deletes a registered callback URL that we are posting document events to." } ] } ], "bundled": true }