Get list billing units

GET /api-v1/billing

Headers

Responses

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