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

$schemastring uri

A URL to the JSON Schema for this object.

download_urlstring required

Direct download URL for the invoice PDF.

expires_atstring date-time required

Timestamp when the download URL expires.

Example response

{
  "$schema": "/api/v1/BillingHistoryInvoiceDownloadResponse.json"
}

Changes