Skip to main content
GET
/
billing
/
invoices
/
{id}
Download a statement
curl --request GET \
  --url https://api.wavix.com/v1/billing/invoices/{id}
This response does not have an example.

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

id
integer
required

Unique identifier of the statement

Example:

123

Response

The response is of type file.

I