> ## 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.

# Activate your webhook endpoint

After you [write your webhook endpoint](/v2023-11-15/guides/resources/webhooks-walkthrough/webhooks-creating-guide) and [test your webhook endpoint](/v2023-11-15/guides/resources/webhooks-walkthrough/webhooks-testing), deploy the code to production. Then register the webhook endpoint with Fintoc to receive notifications about new events.

# Register your webhook endpoint

Register a webhook endpoint through the API or the [Fintoc Dashboard](https://dashboard.fintoc.com/webhooks). Your webhook endpoint must point to a URL protected by a Secure Sockets Layer certificate.

## Add an endpoint through the API

To add an endpoint through the API, use the Create Webhook Endpoint endpoint.

## Add an endpoint through the dashboard

Go to the dashboard's `Webhooks` section and select the webhook subscription option. In the modal, enter your webhook endpoint URL and select the events that Fintoc sends to that URL. Complete this process in `live` mode.

# Manage your webhook endpoints

You can disable, update, or delete an existing webhook endpoint in your organization. From the dashboard, you can disable or delete webhook endpoints.
