---
title: "Get aggregator connection"
method: GET
path: "/v1/discovery/aggregator-connections/{id}"
tags: ["Discovery"]
---

# Get aggregator connection

`GET /v1/discovery/aggregator-connections/{id}`

Returns a single Open-Finance data-aggregator (Pluggy/Belvo) connection by id. The result is secret-free by construction: no credential material (clientId/secret/ciphertext) is ever returned. A non-aggregator connection id returns 404.

## Path parameters

- `id` string, required — Opaque aggregator connection id

## Response `200`

OK

- AggregatorConnectionResponse
  - `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 — Connection config name the operator mints a token against
  - `vendor` 'pluggy' | 'belvo', required — Aggregator vendor the connection is bound to

## 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)
