v1
latestOpenAPI 3.0.42026-08-045381279.6 KBWebhookEvents
List webhook events dispatched for a case.
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.
get/webhooks/events
Query parameters
caseIdstring uuid
sincestring date-time
Response
List of webhook events