Create aggregator connection
Creates an Open-Finance data-aggregator (Pluggy/Belvo) connection and seals its credential. The connection’s config name is what the webhook token-mint endpoint binds a token to. The supplied credential is sealed before persistence and is never returned.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Body
Opaque vendor account reference (Pluggy itemId, Belvo link id) the webhook pull threads onto its request
1"a1b2c3d4-5678-90ab-cdef-1234567890ab"
Vendor API base URL, stored as the connection host
1"https://api.pluggy.ai"
Aggregator API client id (sealed; never emitted)
1Unique connection config name (tenant-scoped); the mint endpoint binds a token to this name
1"pluggy-main"
Aggregator API client secret (sealed; never emitted)
1Aggregator vendor: pluggy (Pluggy Open Finance aggregator) or belvo (Belvo aggregator)
pluggy, belvo "pluggy"
Response
Created
Stored opaque vendor account reference (Pluggy itemId, Belvo link id)
"a1b2c3d4-5678-90ab-cdef-1234567890ab"
Stored vendor API base URL
"https://api.pluggy.ai"
Connection config name the operator mints a token against
"pluggy-main"
Aggregator vendor the connection is bound to
pluggy, belvo "pluggy"

