Returns all financial transactions related to the specified client contact, such as invoices and payments, including calculated totals.
GET
/api-v1/contact/{id}/balance-of-contact
curl \
--request GET 'https://wyzio.app/api-v1/contact/{id}/balance-of-contact'
Response examples (200)
[
{
"amount": 42.0,
"currencyCode": "string",
"description": "string",
"entryDate": "2026-05-04T09:42:00Z"
}
]