Skip to main content
GET
/
public
/
{user_id}
/
invoices
/
{invoice_uuid}
/
download
Download Invoice
curl --request GET \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id}/invoices/{invoice_uuid}/download \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

invoice_uuid
string
required

Response

200 - application/json
object | null

Successfully generated and returned an Invoice file.

The response is of type object.