v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBDiscovery
Test aggregator connection credentials
Runs a live connectivity check for an existing Open-Finance data-aggregator (Pluggy/Belvo) connection using its already-sealed credential, addressed by (vendor, configName). No credential is supplied or returned: the result is the secret-free boolean health of the connection.
post/v1/discovery/aggregator-connections/test
Request body
Example request
{
"configName": "pluggy-main",
"vendor": "pluggy"
}Response
OK
Example response
{
"configName": "pluggy-main",
"healthy": true,
"vendor": "pluggy"
}