curl --request GET \
--url https://api.mijnklantportaal.nl/v1/customer-invoices/{invoiceId}/pdf \
--header 'Authorization: Bearer <token>'{
"link": "https://...",
"expiresAt": "2025-04-29T21:00:00+02:00"
}Receive a URL to get the invoice as PDF. Please note that the URL is valid for 5 minutes.
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/customer-invoices/{invoiceId}/pdf \
--header 'Authorization: Bearer <token>'{
"link": "https://...",
"expiresAt": "2025-04-29T21:00:00+02:00"
}Documentation Index
Fetch the complete documentation index at: https://docs.developers.mijnklantportaal.nl/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the Customer Invoice to download