Skip to main content
POST
Test aggregator connection credentials

Autorizações

Authorization
string
header
obrigatório

Bearer token authentication (format: "Bearer {token}")

Corpo

application/json
configName
string
obrigatório

Config name of the existing aggregator connection to test (tenant-scoped)

Minimum string length: 1
Exemplo:

"pluggy-main"

vendor
enum<string>
obrigatório

Aggregator vendor: pluggy or belvo

Opções disponíveis:
pluggy,
belvo
Exemplo:

"pluggy"

Resposta

OK

configName
string
obrigatório

Connection config name that was tested

Exemplo:

"pluggy-main"

healthy
boolean
obrigatório

Whether the live connectivity check passed with the sealed credential

Exemplo:

true

vendor
enum<string>
obrigatório

Aggregator vendor the tested connection is bound to

Opções disponíveis:
pluggy,
belvo
Exemplo:

"pluggy"