{ "opencollection": "1.0.0", "info": { "name": "Baserow API spec Admin Core webhooks API", "version": "2.2.2" }, "items": [ { "info": { "name": "Core webhooks", "type": "folder" }, "items": [ { "info": { "name": "handle_core_webhook_request_get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/webhooks/:webhook_uid/", "params": [ { "name": "webhook_uid", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receives and handles a webhook request." }, { "info": { "name": "handle_core_webhook_request_post", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/webhooks/:webhook_uid/", "params": [ { "name": "webhook_uid", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receives and handles a webhook request." }, { "info": { "name": "handle_core_webhook_request_put", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/webhooks/:webhook_uid/", "params": [ { "name": "webhook_uid", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receives and handles a webhook request." }, { "info": { "name": "handle_core_webhook_request_patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/webhooks/:webhook_uid/", "params": [ { "name": "webhook_uid", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receives and handles a webhook request." }, { "info": { "name": "handle_core_webhook_request_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/webhooks/:webhook_uid/", "params": [ { "name": "webhook_uid", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Receives and handles a webhook request." } ] } ], "bundled": true }