GET
/api-v1/billing
curl \
--request GET 'https://wyzio.app/api-v1/billing'
Response examples (200)
[
{
"id": 42,
"targetContactId": 42,
"unitId": 42,
"unitName": "string",
"unitOrganizationId": 42,
"unitType": "ORGANIZATION"
}
]