---
title: "List enabled integration types"
method: GET
path: "/v2/integrations"
tags: ["integrations"]
---

# List enabled integration types

`GET /v2/integrations`

Lists the distinct integration types enabled for the authenticated organization. The response does not expose configured integration rows, provider details, configuration, or credentials.

## Response `200`

Enabled integration types for the authenticated organization.

- GetIntegrationsResponse
  - `integration_types` IntegrationType[], required — Distinct enabled integration types for the active organization.

## Other responses

- `401` — Authentication is required.
- `403` — The caller is not allowed to discover integrations or the mini-app token lacks the required existing asset-browsing scope.

## Changes

- **2026-09-04** `9e294ff91619` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/changes/v2/integrations/get.md)

---

[API](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/revisions/987f73fc82de?raw)
