Invoices API

Get invoice

Retrieve a single invoice by its ID.

If you want to retrieve the details of an invoice by its invoice number, call the List invoices endpoint with the reference parameter.

🔑 Access with

Advanced access token with invoices.read

OAuth access with invoices.read

get/invoices/{invoiceId}

Response

The invoice object.

Changes