Get list billing units

GET /api-v1/billing

Headers

Responses

GET /api-v1/billing
curl \
 --request GET http://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"
  }
]