Skip to main content
POST
Create aggregator connection

Autorizaciones

Authorization
string
header
requerido

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

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"

clientId
string
requerido

Aggregator API client id (sealed; never emitted)

Minimum string length: 1
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"

secret
string
requerido

Aggregator API client secret (sealed; never emitted)

Minimum string length: 1
vendor
enum<string>
requerido

Aggregator vendor: pluggy (Pluggy Open Finance aggregator) or belvo (Belvo aggregator)

Opciones disponibles:
pluggy,
belvo
Ejemplo:

"pluggy"

Respuesta

Created

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"