Webhooks
Configure the endpoints we deliver change events to.
📄️ Get a webhook endpoint
Returns a single endpoint by id. Secrets are never returned.
📄️ Update a webhook endpoint
Replaces an endpoint's configuration. Omit `authSecret`/`signingSecret` to keep the current secret, or supply a new value to rotate it.
📄️ Delete a webhook endpoint
Permanently removes an endpoint. No further events are delivered to it.
📄️ List your webhook endpoints
Returns every webhook endpoint configured for your partner account. Secrets are never returned.
📄️ Create a webhook endpoint
Registers a new endpoint. It becomes active immediately and starts receiving the event types you subscribed to (or all events if none are specified).
📄️ List subscribable event types
Returns the event-type strings you can subscribe an endpoint to.