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'
Response examples (200)
[
{
"companyDebit": 42.0,
"companyCredit": 42.0
}
]