API Reference
Webhooks
OBJECT
Webhook object
The current state of a webhook endpoint set up to receive Column events.
GET
List all webhook deliveries
List all delivery attempts for a specific webhook endpoint.
GET
List webhook deliveries by event
List all delivery attempts for a specific event.
GET
List all webhook endpoints
List all webhook endpoints on your platform.
POST
Create a webhook endpoint
Create a new webhook endpoint to receive event notifications.
DELETE
Delete a webhook endpoint
Delete a webhook endpoint by its ID.
GET
Get a webhook endpoint
Retrieve a single webhook endpoint by its ID.
PATCH
Update a webhook endpoint
Update a webhook endpoint's URL or configuration.
POST
Verify a webhook endpoint
Send a test event to verify a webhook endpoint is configured correctly.