GET
/api-v1/consolidated-organization/available
curl \
--request GET 'https://wyzio.app/api-v1/consolidated-organization/available' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"name": "string",
"country": "string",
"currency": "string",
"parentCompanyName": "string",
"warnings": "string",
"externalId": "string",
"archived": true,
"endDate": "2026-05-04T09:42:00Z",
"managingOrganizationId": 42,
"managingOrganizationName": "string",
"isConsolidated": true
}
]