curl --request GET \
--url https://api.hyperline.co/v1/invoices/{id}/download \
--header 'Authorization: Bearer <token>'"<string>"Download the PDF of an existing invoice.
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.
Download an invoice PDF file
The response is of type file.
Was this page helpful?