---
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', 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)

---

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