GET
/api-v1/receivable/outstanding
curl \
--request GET 'https://wyzio.app/api-v1/receivable/outstanding'
Response examples (200)
[
{
"contactId": 42,
"contactName": "string",
"periods": [
{
"startDate": "2026-05-04T09:42:00Z",
"endDate": "2026-05-04T09:42:00Z",
"data": 42.0
}
],
"total": 42.0
}
]