List webhook events dispatched for a case.
GET/webhooks/events
Returns all webhook events dispatched for the given case, scoped to your webhook subscriptions. Results are ordered newest-first.
Use cases:
- Verify that a specific event (e.g.
case.updated) fired after a state transition. - Inspect the exact payload delivered on each attempt.
- Find the event ID to replay via
POST /webhooks/events/{id}/replay.
Filtering:
caseId(required): restricts to events for this case.since(optional): only returns events created at or after this ISO 8601 timestamp.
Note: Only events for your subscriptions are returned — events from other creditors' subscriptions are never exposed.
Request
Responses
- 200
- 400
List of webhook events
Missing or invalid query parameters