> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fintoc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

Events can be used to warn your application about relevant stuff happening in Fintoc. For example, when a `Link` credentials change, an event with type `link.credentials_changed` is automatically generated.

These events occur when the state of some resource within the API changes. The state of said resource after the change gets *embedded* in the `data` attribute of the Event object. For example, an event with type `link.credentials_changed` will have a `Link` object as its `data` attribute.

We have a [Webhooks](/docs/resources/webhooks-walkthrough) system to send events to an endpoint of your application. You can handle your webhook endpoints from the [Fintoc Dashboard](https://app.fintoc.com/webhooks), and our [Webhooks Guide](/docs/resources/webhooks-walkthrough) will help you configure them.
