---
title: "Get all integration connections for a single org"
method: GET
path: "/v1/core/integrations/connections"
---

# Get all integration connections for a single org

`GET /v1/core/integrations/connections`

Returns all integration connections for an org, optionally filtered by platform

## Query parameters

- `integrationPlatform` 'MERGE' | 'SIRO_CUSTOM_INPUT' | 'SERVICE_TITAN' | 'COMPANY_CAM' | 'INGAGE' | 'LEAD_PERFECTION' | 'SPOTIO' | 'SALESFORCE' | 'SOLUTION_VIEW' | 'CALENDAR_ONLY' | 'AUTHENTICOM' | 'FORTELLIS' — Platform to filter events by

## Response `200`

Get all integration connections for a single org

- object
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `externalAccountId` string, required
    - `organizationId` string, required
    - `integrationPlatform` 'MERGE' | 'SIRO_CUSTOM_INPUT' | 'SERVICE_TITAN' | 'COMPANY_CAM' | 'INGAGE' | 'LEAD_PERFECTION' | 'SPOTIO', required
    - `createdAt` string, required — ISO 8601 date string
    - `updatedAt` string, required — ISO 8601 date string
    - `isActive` boolean, required — Whether the integration is actively syncing data
    - `syncStatus` object[], required
      - `id` string, required
      - `modelName` string, required
      - `modelSyncStatus` 'SYNCING' | 'UP_TO_DATE' | 'ERROR', required
      - `modelModifiedAfter` string, nullable, required
      - `createdAt` string, required
      - `updatedAt` string, nullable, required
    - `syncTranscript` boolean — Whether the transcript will be included in the sync payload
  - `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)
