List Webhook Subscriptions
Returns the financial institution's active webhook subscriptions. Disabled (unsubscribed) subscriptions are hidden, so a subscription a partner has deleted does not reappear in the list.
Parameters
- api_key
- Resolved Partner API key, providing the financial institution scope for the lookup.
Returns
The financial institution's enabled subscriptions.
curl -X GET "https://partner-api.investifi.com/v1/webhooks/subscriptions"{
"subscriptions": [
{
"subscription_id": "string",
"event_type": "kyc",
"url": "string",
"enabled": true,
"created_at": "2019-08-24T14:15:22Z"
}
]
}Webhooks
Subscribe to event notifications instead of polling.
Create Webhook Subscription
Create a webhook subscription, issuing the financial institution's signing secret on first use. The signing secret is returned only when this subscribe issued it (the financial institution's first subscription); on later subscribes it already exists and is omitted.

