{
"event": "creditors.create",
"time": "2025-01-01T20:00:00.000Z",
"data": {
"creditorId": "d4c3b2a1-0f9e-8d7c-6b5a-4e3d2c1b0a9f"
}
}Webhooks
Creditor created
Notifies when a creditor has been created.
WEBHOOK
creditors.create
{
"event": "creditors.create",
"time": "2025-01-01T20:00:00.000Z",
"data": {
"creditorId": "d4c3b2a1-0f9e-8d7c-6b5a-4e3d2c1b0a9f"
}
}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.