TelefonAIv1
Account

The invoices, newest first — bookkeeping works backwards

The invoices, newest first — bookkeeping works backwards. Read only: an invoice is a record, and an amount that changes after it was issued is no longer a record. Amounts are in minor units and VAT is listed separately, so it can be reconciled. The PDF is not here; it is fetched with a session.

GET/v1/invoices

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

limitintegerquery

Rows per page. 1–100, default 25.

offsetintegerquery

Rows to skip. Default 0.

statusstringquery

open, paid, void or uncollectible.

Request

curl --request GET \
  --url "https://api.telefonai.dk/v1/invoices" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Success.

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}