Mint an aggregator webhook token
Mints a webhook token bound to an existing aggregator connection and returns the raw token plus its provider-facing webhook URL ONCE. Only the token’s SHA-256 hash is stored.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Body
Config name of the existing aggregator connection the token binds to
1"pluggy-main"
Aggregator vendor the token is minted for: pluggy (Pluggy) or belvo (Belvo)
pluggy, belvo "pluggy"
Response
Created
Raw bearer token, surfaced exactly once; only its SHA-256 hash is stored server-side
Aggregator vendor the token is bound to
pluggy, belvo "pluggy"
Fully-formed provider-facing receiver URL embedding the raw token in its path segment; configure this in the vendor dashboard

