Skip to main content
GET
/
orders
/
download
Download an invoice.
curl --request GET \
  --url {schemes}://api.upsun.com/orders/download \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

token
string
required

JWT for invoice.

Response

200 - application/pdf

An invoice PDF.

Last modified on June 25, 2026