The response includes details for each webhook, such as
name
, description
, enabled
status, the URL
to which events should be sent, and the created_at
timestamp.Use cases:
- Integration inventory — View all active webhook endpoints used for event ingestion.
- Debugging setup — Confirm webhook URLs, statuses, and metadata when testing third-party integrations.
- Maintenance review — Identify old or disabled webhooks that may no longer be in use.
To add new webhook receivers for external events, use the Create Webhook endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return a list of webhooks with details such as webhook name, description, and URL.
- If the request is unauthorized, the system will return an authentication error message.