Skip to main content
POST
Mint an aggregator webhook token

Authorizations

Authorization
string
header
required

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

Body

application/json
connection_config_name
string
required

Config name of the existing aggregator connection the token binds to

Minimum string length: 1
Example:

"pluggy-main"

vendor
enum<string>
required

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

Available options:
pluggy,
belvo
Example:

"pluggy"

Response

Created

token
string
required

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

vendor
enum<string>
required

Aggregator vendor the token is bound to

Available options:
pluggy,
belvo
Example:

"pluggy"

webhook_url
string
required

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