Use this endpoint to retrieve all Operations from a specific Account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The authorization token. This header is required if your environment has Access Manager enabled.
The type of media of the resource. Recommended value is application/json.
A unique identifier used to trace and track each request.
The unique identifier of the Organization associated with the Ledger.
The unique identifier of the associated Ledger.
The unique identifier of the account of which you want to retrieve the balances.
The maximum number of items to include in the response.
The beginning of the period you want to retrieve. You must also include the end_date.
The end of the period you want to retrieve. You must also include the start_date.
The order used to sort the results.
asc, desc An encoded cursor token from a previous response (next_cursor or prev_cursor) to navigate forward or backward through results.
The type of operation.
CREDIT, DEBIT, ON_HOLD, RELEASE Filter operations by direction in double-entry accounting.
debit, credit Filter operations by the operation route ID.
Indicates that the request was successful and the response contains the expected data.