curl --request GET \
--url https://api.hyperline.co/v1/invoices/{id}/download \
--header 'Authorization: Bearer <token>'"<string>"Download the PDF of an existing invoice. If the invoice is in draft or open status, the PDF will be generated without redirect
curl --request GET \
--url https://api.hyperline.co/v1/invoices/{id}/download \
--header 'Authorization: Bearer <token>'"<string>"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
fr, en, de, it, nl, es, pt, pl Download an invoice PDF file
The response is of type file.
Was this page helpful?