{ "event": "<string>", "time": "<string>", "data": { "billingId": "<string>", "id": 123, "date": "<string>", "billingAppendixId": "<string>", "creditorId": "<string>", "currency": "DKK" } }
Notifies when a billing has been created.
Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.
Authorization: Bearer {token}
Webhook payload
Event "billings.create"
"billings.create"
Event dispatch time
"2025-01-01T20:00:00.000Z"
The event data
Show child attributes