Webhooks
Case created
Notifies when a case is created.
WEBHOOK
Headers
Sent with every delivery so the receiver can verify the request really comes from Debbie. The token is issued when the webhook is created — compare it with the stored value and reject deliveries that do not match.
Body
application/json
Webhook payload
Event "cases.create"
Example:
"cases.create"
Event dispatch time
Example:
"2025-01-01T20:00:00.000Z"
Identifiers of the created case. Re-fetch the case with GET /v1/{tenantId}/cases/{caseId} to mirror it. A creditor with auto verification moves the case to VERIFIED right after creation, which additionally dispatches a cases.update. Delivery order between the two is not guaranteed.
Example: