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

[Write](/guides/resources/webhooks-walkthrough/webhooks-creating-guide) and [test](/guides/resources/webhooks-walkthrough/webhooks-testing) your webhook endpoint, then deploy the code to production. Register the endpoint with Fintoc to receive notifications about new events.

## Register your webhook endpoint

You can register a webhook endpoint [through the API](/api/main-resources/webhook-endpoints/webhook-endpoints-list) or through the [Fintoc Dashboard](https://dashboard.fintoc.com/webhooks). Webhook endpoint URLs must use HTTPS.

<Info>
  **Retrieving your webhook secret**

  Registering an endpoint generates a `secret` used to [validate webhook signatures](/guides/resources/webhooks-walkthrough/webhooks-validating). The API returns the `secret` only once in the create response. Subsequent API responses include `secret` as `null`. If you did not save the `secret`, you can view the `secret` under the webhook endpoint settings in the [Fintoc Dashboard](https://dashboard.fintoc.com/webhooks).
</Info>

### Add an endpoint through the API

Call [Create webhook endpoint](/api/main-resources/webhook-endpoints/webhook-endpoints-create) to add an endpoint through the API.

### Add an endpoint through the Dashboard

Go to the `Webhooks` section of the Dashboard, then click the button to subscribe a webhook. The Dashboard opens a modal. Enter your webhook endpoint URL and select the events that Fintoc sends to the URL. Make sure you are in `live` mode.

## Manage your webhook endpoints

You can [disable or update](/api/main-resources/webhook-endpoints/webhook-endpoints-update) an existing webhook endpoint in your organization. You can also [delete the endpoint](/api/main-resources/webhook-endpoints/webhook-endpoints-delete). From the Dashboard, you can disable or delete webhook endpoints.
