Skip to main content
WEBHOOK
billings.create
{
  "event": "<string>",
  "time": "<string>",
  "data": {
    "billingId": "<string>",
    "id": 123,
    "date": "<string>",
    "billingAppendixId": "<string>",
    "creditorId": "<string>",
    "currency": "DKK"
  }
}

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Body

application/json

Webhook payload

event
string

Event "billings.create"

Example:

"billings.create"

time
string

Event dispatch time

Example:

"2025-01-01T20:00:00.000Z"

data
object

The event data