Invoices API
GET/api/v1/invoices/{id}/pdf
Product availabilityAlgaPSA

Download invoice PDF

Generates (when needed) and returns the invoice PDF as a raw application/pdf attachment.

RBAC · invoice

Path parameters

idstring <uuid>Required
Path UUID parameter resolved by ApiBaseController.extractIdFromPath().

Response codes

200
PDF file returned as an application/pdf attachment.
400
Invalid invoice id.
401
API key missing/invalid.
403
invoice:read permission denied.
404
Invoice not found.
500
Unexpected PDF download failure.