> ## 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](/docs/resources/webhooks-walkthrough/webhooks-creating-guide) and [test](/docs/resources/webhooks-walkthrough/webhooks-testing) your webhook endpoint and deploy that code to production, register the endpoint with Fintoc. Fintoc then sends notifications about new events to that endpoint.

## Register your webhook endpoint

You can register a webhook endpoint [through the API](/reference/main-resources/webhook-endpoints/webhook-endpoints-list) or through the [Fintoc Dashboard](https://dashboard.fintoc.com/webhooks). Webhook endpoints must point to a URL protected with an SSL certificate.

<Info>
  **Retrieving your webhook secret**

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

### Add an endpoint through the API

To add an endpoint using the API, use the [Create Webhook Endpoint](/reference/main-resources/webhook-endpoints/webhook-endpoints-create) endpoint.

### Add an endpoint through the Dashboard

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

## Manage your webhook endpoints

You can also [disable, update](/reference/main-resources/webhook-endpoints/webhook-endpoints-update), or [delete](/reference/main-resources/webhook-endpoints/webhook-endpoints-delete) a webhook endpoint that already exists in your organization. From the Dashboard, you can disable or delete webhook endpoints.
