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
Example response
{
"$schema": "/api/v1/BillingHistoryInvoiceDownloadResponse.json"
}