v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBDiscovery
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
Example response
{
"accountRef": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
"baseUrl": "https://api.pluggy.ai",
"configName": "pluggy-main",
"vendor": "pluggy"
}