curl --request GET \
--url https://api.mijnklantportaal.nl/v1/invoices/{invoiceId}/pdf \
--header 'Authorization: Bearer <token>'{
"pdf": "data:application/pdf;base64,JVBERi0xLjQKMyAwIG9iago8PC9U..."
}Get the PDF file for a specific MijnKlantportaal invoice
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/invoices/{invoiceId}/pdf \
--header 'Authorization: Bearer <token>'{
"pdf": "data:application/pdf;base64,JVBERi0xLjQKMyAwIG9iago8PC9U..."
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the Invoice to get the PDF for
"fac_abc12345678"
Successful response
The base64-string of the PDF
"data:application/pdf;base64,JVBERi0xLjQKMyAwIG9iago8PC9U..."