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

# List Integrations

`GET /v1/integrations`

Retrieves all integrations for the authenticated team.

## Response `200`

List of integrations retrieved successfully

- IntegrationListResponse
  - `data` object
    - `integrations` IntegrationItem[]
      - `id` string, uuid — Unique integration ID
      - `name` string — Integration name
      - `type` '1PASSWORD' — The type of integration
      - `path` string — Storage path for the integration
      - `createdAt` string, date-time — Timestamp when the integration was created

## Other responses

- `500` — Failed to list integrations

---

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