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