List sub-account transactions
Returns a paginated list of billing transactions for the sub-account identified by id, within the requested date range.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
The unique ID of the sub-account.
123
Query Parameters
Start of the date range to query, in YYYY-MM-DD format. Inclusive.
"2023-01-01"
End of the date range to query, in YYYY-MM-DD format. Inclusive.
"2023-12-31"
Filters transactions by type. Accepts a single transaction type code or an array of codes.
1
Page number to retrieve. Default 1.
1
Number of records to return per page. Default 25.
25