Skip to main content
GET
Read Order Invoice
The invoice has to be produced before you can fetch it. Generate it first by calling the POST /v1/orders/{id}/invoice endpoint.When no invoice has been generated yet, the API responds with a 404 error.

Authorizations

Authorization
string
header
required

You can generate an Organization Access Token from your organization's settings.

Path Parameters

id
string<uuid4>
required

The order ID.

Response

Successful Response

Order's invoice data.

url
string
required

The URL to the invoice.