v1

latestOpenAPI 3.1.02026-07-26102934.7 KB
webhooks

List webhooks

Returns all webhook subscriptions owned by the authenticated user. The secret is not included in list responses — it is only returned when a webhook is created.

get/webhooks

Response

A list of webhooks.

idstring required

Webhook ID.

urlstring required

The registered URL.

eventsWebhookEvent[] required

Subscribed events.

enabledboolean required

Whether the webhook is active.

created_atstring date-time required

ISO 8601 timestamp.

updated_atstring date-time required

ISO 8601 timestamp.

Example response

[
  {
    "id": "whk_abc123"
  }
]