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