Skip to main content
GET
/
v1
/
{tenantUUID}
/
invoices
/
export
/
pdf
Get multi invoices PDF
curl --request GET \
  --url https://apigw.ipxo.com/billing/v1/{tenantUUID}/invoices/export/pdf \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "invoice_uuids": [
    "string"
  ]
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

tenantUUID
string
required

UUID

Pattern: ^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$

Body

application/json
invoice_uuids
string[]
required

The invoices uuid of which PDF files you want download.

Response

Invoice