Balances
List Transactions
Retrieve all Transactions for a specific Balance.
This endpoint returns a list of all Transactions associated with a specific Balance. You can paginate through the Transactions by using the pageSize and nextToken parameters.
get/organizations/{orgId}/balances/{balanceId}/transactions
Path parameters
orgIdstring required
The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.
balanceIdstring required
The unique identifier (UUID) for the Balance whose Transactions you want to retrieve.
Query parameters
pageSizeinteger
The maximum number of transactions to return per page.
nextTokenstring
nextToken for multi page retrievals. A token for retrieving the next page of transactions. You'll get this from the response to your request.
transactionTypeIdstring nullable
entityType'BILL' | 'COMMITMENT' | 'USER' | 'SERVICE_USER' | 'SCHEDULER'
entityIdstring nullable
Response
Returns the list of Balance Transactions