# 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 [OnlyFansAPI 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](/webhooks/available-events) you want to subscribe to

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

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.
