BillKit/Docs Console
Invoices

Get invoice PDF

Download the invoice as a PDF.

GET/v1/invoices/{invoice_id}/pdf
Operation get_invoice_pdf · Scope invoices:read · Spec snapshot 2026-09-13

Parameters

ParameterDescription
invoice_idstring · pathrequiredNo description in the spec.

Errors

Status Cause
401 Missing or invalid API key.
403 Key is missing the invoices:read scope.
404 No such object, or it belongs to the other mode.
422 Validation Error
429 Rate limited. Back off and retry.
Request · curl
curl -X GET https://api.billkit.eu/v1/invoices/inv_9XKp2vQ1/pdf \
  -H "Authorization: Bearer $BILLKIT_SECRET_KEY"