Create a Webhook Subscription
Creates a new webhook subscription for the given URL and event types
Request
This endpoint expects an object.
url
Customer provided webhook URL
event_types
Event types to subscribe to
Response
Create a Webhook Subscription
id
Unique public identifier for the webhook subscription
url
URL where webhook events are delivered
event_types
Event types this subscription receives
is_active
Whether the subscription is active
created_at
ISO 8601 timestamp when the subscription was created
updated_at
ISO 8601 timestamp when the subscription was last updated
Errors
400
Bad Request Error

