# Add a webhook endpoint Use the Developers Dashboard to create a new webhook endpoint and receive events from Stripe. Read the [complete guide to webhook events](https://docs.stripe.com/webhooks.md) for a high-level overview and best practices on receiving events about your Stripe account. This guide describes how to create a new webhook endpoint using the Developers Dashboard. > [Workbench](https://docs.stripe.com/workbench.md) replaces the Developers Dashboard, and we automatically enable it for all new Stripe accounts by default. Configure this setting from the [Developers](https://dashboard.stripe.com/settings/developers) settings in the Dashboard. > > Learn how to [create a new webhook endpoint](https://docs.stripe.com/workbench/event-destinations.md#create-webhook-endpoint) in Workbench. ## Create a new webhook endpoint Stripe supports two endpoint types: Account and *Connect* (Connect is Stripe's solution for multi-party businesses, such as marketplace or software platforms, to route payments between sellers, customers, and other recipients). Create an endpoint for *Account* unless you’ve created a [Connect application](https://docs.stripe.com/connect.md). You can register up to 16 webhook endpoints on each Stripe account. > When you create an endpoint in the Dashboard, you can choose between your Account’s [API version](https://docs.stripe.com/api/webhook_endpoints/create.md#create_webhook_endpoint-api_version) or the latest API version. You can test other API versions in Workbench using `stripe webhook_endpoints create`, but you must [create a webhook endpoint](https://docs.stripe.com/api/webhook_endpoints/create.md) using the API to use other API versions in production. Use the following steps to register a webhook endpoint in the Developers Dashboard. 1. Navigate to the [Webhooks](https://dashboard.stripe.com/webhooks) page. 1. Click **Create an event destination**. 1. Add your webhook endpoint’s HTTPS URL in **Endpoint URL**. 1. If you have a *Stripe Connect* account, enter a description, then click **Listen to events on Connected accounts**. 1. Select the [event types](https://docs.stripe.com/api.md#event_types) you’re currently receiving in your local webhook endpoint in **Select events**. 1. Click **Add endpoint**.