# Webhooks

- `OBJECT` [**Webhook object**](/api/webhooks/webhook-object) — The current state of a webhook endpoint set up to receive Column events.
- `GET` [**List all webhook deliveries**](/api/webhooks/list-all-webhook-deliveries) — List all delivery attempts for a specific webhook endpoint.
- `GET` [**List webhook deliveries by event**](/api/webhooks/list-webhook-deliveries-by-event) — List all delivery attempts for a specific event.
- `GET` [**List all webhook endpoints**](/api/webhooks/list-all-webhook-endpoints) — List all webhook endpoints on your platform.
- `POST` [**Create a webhook endpoint**](/api/webhooks/create-a-webhook-endpoint) — Create a new webhook endpoint to receive event notifications.
- `DELETE` [**Delete a webhook endpoint**](/api/webhooks/delete-a-webhook-endpoint) — Delete a webhook endpoint by its ID.
- `GET` [**Get a webhook endpoint**](/api/webhooks/get-a-webhook-endpoint-by-id) — Retrieve a single webhook endpoint by its ID.
- `PATCH` [**Update a webhook endpoint**](/api/webhooks/update-a-webhook-url) — Update a webhook endpoint's URL or configuration.
- `POST` [**Verify a webhook endpoint**](/api/webhooks/verify-a-webhook-endpoint) — Send a test event to verify a webhook endpoint is configured correctly.
