Subscribe to a webhook
Related guide: Webhooks.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The object type to whose events you want to subscribe.
To subscribe to events from multiple object types, create a separate subscription for each object type.
A list of events to subscribe to. If set to an empty array, the subscription includes all events triggered by the specified object_type
.
Response
A unique URL assigned to this webhook subscription. This ID is also included in the webhook data as the webhook_subscription_id
field.
Events included in this webhook subscription. An empty array means the subscription includes all events triggered by the specified object_type
.
The webhook signing secret for this subscriptions. You can use it to verify webhook signatures.