{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Webhook API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "webhook.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/webhook.create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a webhook setting.\n\n**Requires the [`apiKeysWrite`](authentication#permissions-webhookcreate) scope.**\n" }, { "info": { "name": "webhook.info", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/webhook.info", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves information about a specific webhook setting by its ID\n\n**Requires the [`apiKeysRead`](authentication#permissions-webhookinfo) permission.**\n" }, { "info": { "name": "webhook.update", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/webhook.update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates a webhook setting. One of `enabled`, `requestUrl`, or `secretToken` must be provided.\n\n**Requires the [`apiKeysWrite`](authentication#permissions-webhookcreate) permission.**\n" }, { "info": { "name": "webhook.delete", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/webhook.delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a webhook setting.\n\n**Requires the [`apiKeysWrite`](authentication#permissions-webhookcreate) permission.**\n" } ] } ], "bundled": true }