Billing

Get an invoice PDF URL

Returns a temporary PDF download URL for an invoice the caller's org owns. The URL expires; re-request it rather than storing it.

get/billing/history/{invoice_id}/pdf

Path parameters

invoice_idstring required

Billing history item ID to download.

Billing history item ID to download.

Response

OK

download_urlstring required

Direct download URL for the invoice PDF.

expires_atstring date-time required

Timestamp when the download URL expires.

Changes