Skip to main content
PUT
Update aggregator connection

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Opaque aggregator connection id

Body

application/json
accountRef
string
required

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

Minimum string length: 1
Example:

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

baseUrl
string<uri>
required

Vendor API base URL, stored as the connection host

Minimum string length: 1
Example:

"https://api.pluggy.ai"

configName
string
required

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

Minimum string length: 1
Example:

"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)

Response

OK

accountRef
string
required

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

Example:

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

baseUrl
string<uri>
required

Stored vendor API base URL

Example:

"https://api.pluggy.ai"

configName
string
required

Connection config name the operator mints a token against

Example:

"pluggy-main"

vendor
enum<string>
required

Aggregator vendor the connection is bound to

Available options:
pluggy,
belvo
Example:

"pluggy"