Skip to main content
POST
Mint an aggregator webhook token

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
connection_config_name
string
requerido

Config name of the existing aggregator connection the token binds to

Minimum string length: 1
Ejemplo:

"pluggy-main"

vendor
enum<string>
requerido

Aggregator vendor the token is minted for: pluggy (Pluggy) or belvo (Belvo)

Opciones disponibles:
pluggy,
belvo
Ejemplo:

"pluggy"

Respuesta

Created

token
string
requerido

Raw bearer token, surfaced exactly once; only its SHA-256 hash is stored server-side

vendor
enum<string>
requerido

Aggregator vendor the token is bound to

Opciones disponibles:
pluggy,
belvo
Ejemplo:

"pluggy"

webhook_url
string
requerido

Fully-formed provider-facing receiver URL embedding the raw token in its path segment; configure this in the vendor dashboard