Link’s credentials change, Fintoc automatically generates an event with type link.credentials_changed.
These events occur when the state of some resource within the API changes. The state of that resource after the change gets embedded in the data attribute of the Event object. For example, an event with type link.credentials_changed has a Link object as its data attribute.
Fintoc’s Webhooks system sends events to an endpoint in your application. You can manage your webhook endpoints from the Fintoc Dashboard; the Webhooks Guide walks you through configuring them.
You can also query events through the API. List events returns the events of your organization in the mode of the API key you use, filtered by type, by resource_id, or by a time range. Get an event returns a single event by the id that Fintoc includes in every webhook it sends.