Get available organization for consolidation

GET /api-v1/consolidated-organization/available

Headers

Responses

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