---
title: "List integration providers"
method: GET
path: "/v1/integrations/providers"
tags: ["integrations"]
---

# List integration providers

`GET /v1/integrations/providers`

List supported integration provider manifests.

## Response `200`

The supported integration providers

- IntegrationProviderListResponse — List of supported integration providers.
  - `data` IntegrationProviderManifest[], required — Supported integration providers
    - `provider` 'slack' | 'notion' | 'linear' | 'google_drive' | 'gmail' | 'granola' | 'salesforce', required — The integration provider identifier
    - `display_name` string, required — Human-readable provider name
    - `auth_type` 'oauth2' | 'bot_token' | 'api_key', required — Primary authorization method
    - `capabilities` string[], required — Supported integration capabilities
    - `required_scopes` string[], required — Provider scopes required for the initial install
    - `ingestion_backing` 'data_source_connector' | 'integration_job', nullable — The backend subsystem used for ingestion, if ingestion is supported

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/2eece97b5ae5/schema)
