# Get invoice PDF Generate or retrieve a PDF of the invoice. Returns a signed URL to download the PDF. Endpoint: GET /partner/v2/account/{accountId}/location/{locationId}/invoice/{invoiceId}/pdf Version: 2.0 Security: PartnerOAuth ## Path parameters: - `invoiceId` (integer, required) Invoice ID - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 200 fields (application/json): - `downloadUrl` (string) Signed URL to download the PDF (valid for 15 minutes) - `expiresAt` (string) URL expiration time Example: "2025-01-15T10:15:00Z" ## Response 401 fields ## Response 403 fields ## Response 404 fields