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

# List all integrations

`GET /integrations/list`

List all integrations for the user.

## Response `200`

Successful Response

- IntegrationListResponse
  - `integrations` IntegrationInfo[], required
    - `id` string, required — The integration's id
    - `provider` 'reddit' | 'notion' | 'slack' | 'google_calendar' | 'google_mail' | 'box' | 'dropbox' | 'github' | 'google_drive' | 'vault' | 'web_crawler' | 'trace' | 'microsoft_teams' | 'gmail_actions' | 'granola' | 'fathom' | 'fireflies' | 'linear' | 'hubspot' | 'salesforce' | 'coda' | 'lightfield' | 'gong', required
    - `name` string, required — The integration's display name
    - `icon` string, nullable, required — URL to the integration's icon
    - `allow_multiple_connections` boolean, required — Whether the integration allows multiple connections
    - `auth_provider` 'nango' | 'unified' | 'whitelabel', required
    - `actions_only` boolean — Whether this integration only supports write actions (no sync)
    - `requires_channel_selection` boolean — Whether the user must select channels before indexing starts

---

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