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