Retrieve an invoice

Retrieves the details of an existing invoice.

GET/v3/billing/invoices/{id}/pdf
JWT
invoice:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the invoice.

Responses

200 OK
{
  "url": "string"
}