Skip to main content
GET
/
v1
/
customer-portal
/
orders
/
{id}
/
invoice
Get Order Invoice
curl --request GET \
  --url https://api.spairehq.com/v1/customer-portal/orders/{id}/invoice \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.

Path Parameters

id
string<uuid4>
required

The order ID.

Response

Successful Response

Order's invoice data.

url
string
required

The URL to the invoice.