Create a webhook subscription
Create a new webhook subscription to receive real-time events
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
entityId
Entity ID to create subscription for
Request
This endpoint expects an object.
webhookUrl
URL to receive webhook events
events
Array of event types to subscribe to
secret
Secret for webhook signature verification (optional)
Response
Webhook subscription created successfully
success
subscription