GET
/api-v1/ledger
curl \
--request GET 'https://wyzio.app/api-v1/ledger' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"organizationId": 42,
"entryId": 42,
"entryDate": "2026-05-04T09:42:00Z",
"sortOrder": 42,
"entryType": "OPENING",
"accountId": 42,
"foreignCurrencyCode": "string",
"foreignDebit": 42.0,
"foreignCredit": 42.0,
"foreignTotal": 42.0,
"companyDebit": 42.0,
"companyCredit": 42.0,
"companyTotal": 42.0,
"account": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"description": "string",
"warnings": "string",
"hasWarnings": true,
"tenantId": 42
}
]