---
title: "Get organizations"
method: GET
path: "/v1/core/organizations"
---

# Get organizations

`GET /v1/core/organizations`

Get organizations

## Response `200`

Get organizations

- object
  - `data` object[], required
    - `id` string, required — Organization ID
    - `adminUids` string[] — Admin IDs
    - `betaFeatures` string[] — Beta features
    - `consentNotRequired` boolean — If consent is not required
    - `dateCreated` string, date-time — The date at which this organization was created. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
    - `disabled` boolean — If this organization is disabled
    - `industries` object[], required — Industries
      - `id` string, required — Industry ID
      - `name` string, required — Name of this industry
      - `description` string — Industry description
    - `integrations` object[], required — Integrations
      - `id` string, required — Integration ID
      - `name` string, required — Name of this integration
      - `externalAccountId` string, required — External Account ID
      - `integrationPlatform` 'MERGE' | 'SIRO_CUSTOM_INPUT' | 'SERVICE_TITAN' | 'COMPANY_CAM' | 'INGAGE' | 'LEAD_PERFECTION' | 'SPOTIO', required — Integration platform
      - `createdAt` string, date-time, required — The date at which this integration was created. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
      - `updatedAt` string, date-time, required — The date at which this integration was updated. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
      - `deletedAt` string, date-time, required — The date at which this integration was deleted. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
      - `isActive` boolean, required — If this integration is currently active
    - `name` string — Name of this organization
    - `ownerUid` string — Owner ID
    - `teams` object[], required — Teams
      - `id` string, required — Team ID
      - `name` string, required — Name of this team
      - `coachUids` string[], required — IDs of coaches
      - `memberUids` string[], required — IDs of members
  - `cursor` string, nullable, required — Opaque cursor for pagination

---

[API](https://skmtc.dev/siro/apis/swagger-api.md) · [All operations](https://skmtc.dev/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siro/swagger-api/revisions/9995339a94c6/schema)
