v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Discovery

Get aggregator connection

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.

get/v1/discovery/aggregator-connections/{id}

Path parameters

idstring required

Opaque aggregator connection id

Opaque aggregator connection id

Response

OK

accountRefstring required

Stored opaque vendor account reference (Pluggy itemId, Belvo link id)

baseUrlstring uri required

Stored vendor API base URL

configNamestring required

Connection config name the operator mints a token against

vendor'pluggy' | 'belvo' required

Aggregator vendor the connection is bound to

Example response

{
  "accountRef": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
  "baseUrl": "https://api.pluggy.ai",
  "configName": "pluggy-main",
  "vendor": "pluggy"
}