get invoices on the account

API Docs by APIMATIC

Get Invoices on the Account

Use this method to get a paginated list of all invoices on the account.

This endpoint requires authentication.

GET /billing/invoices
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Requested page

Number of records per page.

Response Type

curl -X GET -G \
  --url 'https://api.wavix.com/v1/billing/invoices' \
  -H 'Accept: application/json' \
  -d 'appid=appid' \
  -d 'page=30' \
  -d 'per_page=198'