---
title: "Fetch integrations"
method: GET
path: "/integrations"
tags: ["Integrations"]
---

# Fetch integrations

`GET /integrations`

## Query parameters

- `ids` string
- `query` string
- `place_id` integer
- `scope` 'organization' | 'place'
- `group_id` integer
- `enabled` boolean
- `limit` integer
- `offset` integer

## Response `200`

OK

- object[]
  - `id` integer, required — The ID of the integration
  - `resource_type` 'Integration', required — The resource type of the integration
  - `name` string, required — The name of the integration
  - `type` 'active_directory_user_import' | 'braxos_elevator' | 'event_webhook' | 'jumpcloud_user_import' | 'rhombus_systems_camera', required — The type of the integration
  - `enabled` boolean, required — Whether the integration is enabled
  - `disabled_due_to_error` boolean, required — Whether the integration was disabled automatically due to an error
  - `disabled_due_to_error_at` string, date-time, nullable, required — When the integration was disabled automatically due to an error
  - `created_at` string, date-time, required — When the integration was created
  - `updated_at` string, date-time, required — When the integration was updated
  - `organization_id` integer, required — The organization ID of the integration
  - `organization` object, required — The organization of the integration
    - `id` integer, required — The ID of the organization
    - `resource_type` 'Organization', required — The resource type of the organization
    - `name` string, required — The name of the organization
    - `domain` string, required — The domain of the organization.
  - `place_id` integer, nullable, required — The place ID of the integration
  - `place` object — The place of the integration
    - `id` integer, required — The ID of the place
    - `resource_type` 'Place', required — The resource type of the place
    - `name` string, required — The name of the place

## Other responses

- `401` — Unauthorized

---

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