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

# Subscribing to webhooks (/webhooks/subscribing-to-webhooks)

You can easily subscribe to webhooks using our console. To do this, follow these steps:

1. Go to the [OnlyFans API Console -> Webhooks](https://app.onlyfansapi.com)
2. Click on the **+ Add Webhook** button
3. Fill in the **Endpoint URL** field with your webhook endpoint
4. Optionally, add a [Signing Secret](/webhooks/protecting-your-webhooks) to verify the webhook payloads (recommended)
5. Select the events you want to subscribe to — see the [OnlyFans events](/webhooks/available-events) and [Fansly events](/webhooks/fansly-events)

<img alt="Add Webhook" src={__img0} placeholder="blur" />

<Callout title="Don't see the Fansly events?">
  Fansly events (prefixed with `fansly.`) only appear once your team has a [connected Fansly account](/api-reference/fansly/connect-fansly-account/start-authentication).
</Callout>

Once you have added your webhook, you will start receiving events on your webhook endpoint.
You will be able to view the latest response status in the console.

## Next steps

Before you go live, read [Delivery & retries](/webhooks/delivery-and-retries) — it covers the timeouts
your endpoint has to respond within, the retry schedule, how to deduplicate events, what happens to an
endpoint that keeps failing, and how to inspect or replay past deliveries.