Skip to main content
POST
Mint an aggregator webhook token

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json
connection_config_name
string
obrigatório

Config name of the existing aggregator connection the token binds to

Minimum string length: 1
Exemplo:

"pluggy-main"

vendor
enum<string>
obrigatório

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

Opções disponíveis:
pluggy,
belvo
Exemplo:

"pluggy"

Resposta

Created

token
string
obrigatório

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

vendor
enum<string>
obrigatório

Aggregator vendor the token is bound to

Opções disponíveis:
pluggy,
belvo
Exemplo:

"pluggy"

webhook_url
string
obrigatório

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