v28

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-07-082940159.9 KB
Webhooks

Get a webhook by ID

Retrieves a single webhook endpoint by its UUID. signing_key is omitted for security.

get/v1/webhooks/{id}

Path parameters

idstring uuid required
Example:018e1234-5678-9abc-def0-123456789abc

Webhook ID (UUID)

Response

OK

idstring uuid required

Webhook ID (UUID)

urlstring required

URL that receives webhook POSTs

enabledboolean required

Whether the webhook is active

tenant_idstring

Tenant/organization identifier

event_typesWebhookEventType[]

Event types this webhook subscribes to (empty = all)

created_atstring date-time required

When the webhook was created

updated_atstring date-time required

When the webhook was last updated

disabled_reasonstring nullable

Read-only. Set by the system when the webhook was disabled. Omitted when null.

disabled_atstring date-time nullable

Read-only. When the webhook was disabled. Omitted when null.