Webhooks
Webhooks
📄️ Create webhook subscription
Creates a new webhook subscription for receiving real-time event notifications.
📄️ List webhook subscriptions
Returns all webhook subscriptions for the authenticated creditor. Secrets are never returned in list operations.
📄️ Get webhook subscription by ID
Returns details of a specific webhook subscription. Secret is never returned in this operation.
📄️ Partially update webhook subscription
Partially updates an existing webhook subscription using HTTP PATCH.
📄️ Delete webhook subscription
Deletes a webhook subscription. This operation is permanent.
📄️ Test webhook endpoint
Sends a synthetic case.created test event to the webhook endpoint.
📄️ Replay events
Re-enqueues case.created events that occurred since a specific timestamp.