v63

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

Update webhook subscription

Updates a webhook subscription. At least one field must be provided.

patch/api/v3.1/webhook_subscriptions/{id}

Path parameters

idstring webhookSubscriptionId required

Webhook subscription ID

Webhook subscription ID

Request body

webhook_urlstring uri

HTTPS URL to receive webhook events

enabled_eventsstring[]

Array of event types to subscribe to

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

Webhook payload version

Response

Webhook subscription updated

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