---
title: "List aggregator connections"
method: GET
path: "/v1/discovery/aggregator-connections"
tags: ["Discovery"]
---

# List aggregator connections

`GET /v1/discovery/aggregator-connections`

Returns a cursor-paginated list of the tenant's Open-Finance data-aggregator (Pluggy/Belvo) connections, ordered by config name. The list is secret-free by construction: no credential material (clientId/secret/ciphertext) is ever returned.

## Query parameters

- `limit` integer — Maximum number of records to return
- `cursor` string — Cursor for pagination (opaque)

## Response `200`

OK

- AggregatorConnectionListResponse
  - `hasMore` boolean, required
  - `items` AggregatorConnectionListItem[], nullable, required — Aggregator connections on this page
    - `accountRef` string, required — Stored opaque vendor account reference (Pluggy itemId, Belvo link id)
    - `baseUrl` string, uri, required — Stored vendor API base URL
    - `configName` string, required — Unique connection config name (tenant-scoped)
    - `id` string, required — Connection row id (opaque)
    - `vendor` 'pluggy' | 'belvo', required — Aggregator vendor the connection is bound to
  - `limit` integer, required
  - `nextCursor` string
  - `prevCursor` string

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
