/api/v1/facturenList invoices
Newest invoice date first. Use cursor for paging; do not compute offsets yourself.
Query parameters
statusstringOnly invoices with this status.
CONCEPTVERZONDENGEDEELTELIJK_BETAALDBETAALDVERVALLENONINBAARGECREDITEERDrelatieIdstring (uuid)Only invoices for this customer.
vanafstring (date)Invoice date on or after this date.
totstring (date)Invoice date on or before this date.
limietintegerPage size, 1–100.
min 1 · max 100 · default 25
cursorstring (uuid)The
volgendeCursorvalue from the previous page.
Responses
200FactuurLijstA page of invoices.401FoutMissing key (UNAUTHENTICATED) or unknown/revoked key (INVALID_API_KEY).403FoutThe administration is scheduled for deletion (ADMINISTRATION_PENDING_DELETION).422FoutAn unknown status, a malformed date or a malformed cursor.429FoutRate limit exceeded (RATE_LIMITED): more than 240 requests per minute for this key.500FoutUnexpected server error (INTERNAL_ERROR).
curl "https://www.katsjing.nl/api/v1/facturen?status=CONCEPT&relatieId=<relatieId>" \
-H "Authorization: Bearer ksj_your_key_here"