---
title: "Test aggregator connection credentials"
method: POST
path: "/v1/discovery/aggregator-connections/test"
tags: ["Discovery"]
---

# Test aggregator connection credentials

`POST /v1/discovery/aggregator-connections/test`

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.

## Request body

- TestAggregatorConnectionRequest
  - `configName` string, required — Config name of the existing aggregator connection to test (tenant-scoped)
  - `vendor` 'pluggy' | 'belvo', required — Aggregator vendor: pluggy or belvo

## Response `200`

OK

- TestAggregatorConnectionResponse
  - `configName` string, required — Connection config name that was tested
  - `healthy` boolean, required — Whether the live connectivity check passed with the sealed credential
  - `vendor` 'pluggy' | 'belvo', required — Aggregator vendor the tested 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)
