---
title: "GET /v1/tenant/integrations/"
method: GET
path: "/v1/tenant/integrations/"
tags: ["v1"]
---

# GET /v1/tenant/integrations/

`GET /v1/tenant/integrations/`

## Response `200`

- IntegrationConnection[]
  - `id` integer, required
  - `demo` boolean
  - `integration_period` IntegrationPeriod, required
    - `id` integer, required
    - `variant` IntegrationVariant, required
      - `id` integer, required
      - `name` string, required
      - `code` string, nullable
      - `limits` string[]
    - `type` 'period' | 'amount' — * `period` - period * `amount` - amount
    - `currency` 'KZT' | 'USD' | 'RUB' | 'EUR' | 'UZS' | 'KGS' | 'AED' | 'SAR' — * `KZT` - KZT * `USD` - USD * `RUB` - RUB * `EUR` - EUR * `UZS` - UZS * `KGS` - KGS * `AED` - AED * `SAR` - SAR
    - `days` 30 | 180 | 365 — * `30` - 30 Дней * `180` - 180 Дней * `365` - 365 Дней
    - `price` string, decimal — Цена тарифа
    - `amount` integer — Количество
    - `integration` integer, required — Интеграция
    - `tenant` integer, nullable — Компания
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `start_at` string, date-time, nullable, required — Начало подключения интеграции
  - `end_at` string, date-time, nullable, required — Конец подключения интеграции
  - `connected` boolean — Подключено интеграция
  - `extra` unknown
  - `tenant` integer, required — Компания
  - `integration` integer, required — Интеграция

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
