cURL
curl --request GET \ --url https://api-message.nativehub.live/api/v1/invoices/{id}/export \ --header 'Authorization: Bearer <token>'
"<string>"
Download invoice as PDF file (read-only)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invoice ID
Invoice PDF exported successfully
The response is of type file.
file