Returns a list of organizations based on the specified filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/organization
curl \
--request GET 'https://wyzio.app/api-v1/organization'
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,
"canViewDetails": true
}
]