---
title: "Get list of integrations"
method: GET
path: "/integrations"
tags: ["Integrations"]
---

# Get list of integrations

`GET /integrations`

Returns a list of integrations (active and inactive) available for your account

## Query parameters

- `status` 'active' | 'inactive'
- `include_coverage` 'true' | 'false'

## Response `200`

Successful Response

- IntegrationItem[]
  - `integrationid` integer, required
  - `name` string, required
  - `description` string, nullable
  - `status` 'active' | 'inactive', required
  - `api` 'Point of Sale' | 'eCommerce' | 'Accounting' | 'Invoicing' | 'Communication' | 'Banking' | 'Custom' | 'Payment' | 'Property Management System', required
  - `logo_url` string, required
  - `icon_url` string, required
  - `post_connections` IntegrationsPostConnectionItem[], nullable — List of post-connections that can be activated for this integration.
    - `id` string, required
    - `title` string, required
    - `optional` boolean, required
    - `resource` string, required
    - `config` IntegrationsPostConnectionItemConfig
      - `enabled` boolean
      - `allow_multiple` boolean
  - `operations_coverage` CoverageItem[], nullable — List of operations coverage for this integration.
    - `operation` string, required
    - `status` 'SUPPORTED' | 'NOT_IMPLEMENTED' | 'NOT_SUPPORTED' | 'UNDER_ANALYSIS', required
  - `credentials` IntegrationsCredentialItem[], nullable — List of credentials that must be specified to create a connection. Can be used if you want to pass credentials on connection creation. Not compatible with oAuth2 routes.
    - `name` string, required
    - `optional` boolean
    - `visibility` 'consumer' | 'connector' | 'both'
  - `supported_countries` string[], nullable — Country codes (ISO 3166-1 alpha-2) where this integration is supported. If not defined, the integration is supported globally.
  - `local_agent` boolean — This field indicate if the integration is a local agent.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/revisions/b5f1214a482a/schema)
