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

Redirect to invoice PDF download

Attempts to generate/load PDF metadata and redirects to download_url when present.

RBAC · invoice

Path parameters

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

Response codes

307
Redirect to generated PDF URL.
400
Invalid invoice id.
401
API key missing/invalid.
403
invoice:pdf permission denied.
404
PDF URL unavailable or invoice not found.
500
Unexpected PDF download failure.