v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBDiscovery
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.
post/v1/discovery/webhooks/tokens
Request body
Example request
{
"connection_config_name": "pluggy-main",
"vendor": "pluggy"
}Response
Created
Example response
{
"vendor": "pluggy"
}