v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBList Operations by Account
Use this endpoint to retrieve all Operations from a specific Account.
Path parameters
The unique identifier of the Organization associated with the Ledger.
The unique identifier of the associated Ledger.
The unique identifier of the account.
Query parameters
The maximum number of items to include in the response.
The beginning of the period you want to retrieve. start_date and end_date are all-or-nothing: supplying only one returns 400. If both are omitted, a default window of the last 1 month is used.
The end of the period you want to retrieve. start_date and end_date are all-or-nothing: supplying only one returns 400. If both are omitted, a default window of the last 1 month is used.
The order used to sort the results.
An encoded cursor token from a previous response (next_cursor or prev_cursor) to navigate forward or backward through results.
The type of operation.
Filter operations by direction in double-entry accounting.
Filter operations by the operation route ID.
Filter operations by the operation route code.
Headers
The type of media of the resource. Recommended value is application/json.
A unique identifier used to trace and track each request.
Bearer JWT token for authentication. Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments). Optional in default OSS single-tenant mode. Format: Bearer <token>
Response
Indicates that the request was successful and the response contains the expected data.