Skip to main content
GET
/
v1
/
billing
/
invoices
/
{id}
Download statement
curl --request GET \
  --url https://api.wavix.com/v1/billing/invoices/{id} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

id
integer<int32>
required

Statement ID.

Example:

123

Response

Statement PDF.

The response is of type file.