Skip to main content
GET
List Webhooks

Authentication

Requires an API key in the Authorization header.

Request

No parameters required. Returns all webhooks for the authenticated user’s current workspace.

Example request

Response

Returns an array of webhook objects.
string
Unique webhook identifier (UUID).
string
The workspace this webhook belongs to.
string
The HTTPS URL that receives webhook deliveries.
string[]
List of event types this webhook is subscribed to.
boolean
Whether the webhook is currently active.
string
Optional description of the webhook.
string
User ID of the webhook creator.
string
ISO 8601 creation timestamp.
string
ISO 8601 last-updated timestamp.

Example response