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
Name | Description |
---|---|
page Query Required | Number Requested page |
per_page Query Required | Number Number of records per page. |
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'