API Docs / Operations / Subscription - Billing / Download Invoice PDF

Download Invoice PDF

GET /tenants/{tenant}/subscription/billing/invoices/{code}/pdf

Downloads the invoice PDF. Returns 404 if the PDF has not been generated.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

200 OK
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it