v3

OpenAPI 3.1.0Proprietary2026-07-31692196.8 KB
Webhooks

Create webhook endpoint

Create a new webhook endpoint for the organization. Returns the signing secret in plaintext -- store it securely, it will not be shown again.

post/webhooks/endpoints

Request body

namestring required

Endpoint name (1-50 chars)

urlstring uri required

Webhook endpoint URL (HTTPS only)

subscribedEventsstring[] required

Events to subscribe to

Response

Endpoint created. Signing secret shown in plaintext (only time it is visible).