GET
/api-v1/chart-accounts/{id}/account-movement
curl \
--request GET 'https://wyzio.app/api-v1/chart-accounts/{id}/account-movement?contactId=42&date=2026-05-04T09%3A42%3A00Z' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"companyDebit": 42.0,
"companyCredit": 42.0
}
]