Retrieve all ledgers in the system. Each ledger is an isolated double-entry accounting system.Documentation Index
Fetch the complete documentation index at: https://docs.formance.com/llms.txt
Use this file to discover all available pages before exploring further.
100)
cursor: Pagination cursor from a previous response. (e.g., aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ==)
includeDeleted: When true, includes soft-deleted ledgers in the results.
$match to filter by ledger name or metadata. See Filtering Queries for full syntax.
Example:
The access token received from the authorization server in the OAuth 2.0 flow.
The maximum number of results to return per page.
1 <= x <= 1000Parameter used in pagination requests. Maximum page size is set to 15. Set to the value of next for the next page of results. Set to the value of previous for the previous page of results. No other parameters can be set when this parameter is set.
"aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ=="
Sort results using a field name and order (ascending or descending).
Format: <field>:<order>, where <field> is the field name and <order> is either asc or desc.
"id:desc"
The body is of type object.
OK