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

# List all integrations

`GET /integrations`

## Response `200`

List of integrations

- object
  - `integrations` Integration[]
    - `id` integer
    - `user_id` integer
    - `type` string — Integration type (discord, telegram, custom_webhook, email, etc.)
    - `name` string
    - `config` object — Configuration object specific to integration type
    - `is_active` boolean
    - `supported` boolean — Whether this integration type is supported in flow
    - `created_at` string, date-time

---

[API](https://skmtc.net/jnkie/apis/junkie-key-system-rest-api-v2.md) · [All operations](https://skmtc.net/jnkie/apis/junkie-key-system-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jnkie/junkie-key-system-rest-api-v2/revisions/1ff91682e5d9/schema)
