Skip to main content
GET
/
invoices
/
{id}
/
export
Export invoice PDF
curl --request GET \
  --url https://api-message.nativehub.live/api/v1/invoices/{id}/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Invoice ID

Response

Invoice PDF exported successfully

The response is of type file.