Skip to main content
PUT
Update aggregator connection

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string
requerido

Opaque aggregator connection id

Cuerpo

application/json
accountRef
string
requerido

Opaque vendor account reference (Pluggy itemId, Belvo link id) the webhook pull threads onto its request

Minimum string length: 1
Ejemplo:

"a1b2c3d4-5678-90ab-cdef-1234567890ab"

baseUrl
string<uri>
requerido

Vendor API base URL, stored as the connection host

Minimum string length: 1
Ejemplo:

"https://api.pluggy.ai"

configName
string
requerido

Unique connection config name (tenant-scoped); the mint endpoint binds a token to this name

Minimum string length: 1
Ejemplo:

"pluggy-main"

clientId
string

Aggregator API client id (optional; supply with secret to rotate, omit both to keep the stored credential; sealed; never emitted)

secret
string

Aggregator API client secret (optional; supply with clientId to rotate, omit both to keep the stored credential; sealed; never emitted)

Respuesta

OK

accountRef
string
requerido

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

Ejemplo:

"a1b2c3d4-5678-90ab-cdef-1234567890ab"

baseUrl
string<uri>
requerido

Stored vendor API base URL

Ejemplo:

"https://api.pluggy.ai"

configName
string
requerido

Connection config name the operator mints a token against

Ejemplo:

"pluggy-main"

vendor
enum<string>
requerido

Aggregator vendor the connection is bound to

Opciones disponibles:
pluggy,
belvo
Ejemplo:

"pluggy"