v63

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-08-0110571.8 MB
Webhook Subscriptions

Create webhook subscription

Creates a webhook subscription for the authenticated project. Only one subscription is allowed per project. The signing secret is returned in subscription responses.

post/api/v3.1/webhook_subscriptions

Request body

webhook_urlstring uri required

HTTPS URL to receive webhook events

enabled_eventsstring[] required

Array of event types to subscribe to

version'V1' | 'V2' | 'V3'

Webhook payload version

Response

Webhook subscription created

idstring webhookSubscriptionId required

Unique subscription ID

webhook_urlstring required

Webhook destination URL

version'V1' | 'V2' | 'V3' required

Webhook payload version

enabled_eventsstring[] required

Subscribed event types

secretstring required

Signing secret for HMAC verification

created_atstring required

ISO 8601 timestamp

updated_atstring required

ISO 8601 timestamp