get transactions on the account

API Docs by APIMATIC

Get Transactions on the Account

Use this method to get a paginated list of financial transactions on the account.

This endpoint requires authentication.

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

Specify the start date of your search time range in the `yyyy-mm-dd` format.

Specify the end date of your search time range in the `yyyy-mm-dd` format.

Filter results by transaction type.

Filter results by transaction comment.

Get a list of account top ups only.

Requested page.

Number of records per page.

Response Type

curl -X GET -G \
  --url 'https://api.wavix.com/v1/billing/transactions' \
  -H 'Accept: application/json' \
  -d 'appid=appid' \
  -d 'from_date=2022-03-01T00%3A00%3A00.000Z' \
  -d 'to_date=2022-03-11T00%3A00%3A00.000Z'