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

# Webhooks endpoints

> Browse webhook routes for the event catalog, plan limits, endpoints, subscriptions, estimate and dry-run previews, watched wallets, and deliveries.

Choose a route below. Each page includes parameters, auth, responses, and examples.

| Endpoint                                                                                                           | Method | Path                                    | Group                         |
| ------------------------------------------------------------------------------------------------------------------ | ------ | --------------------------------------- | ----------------------------- |
| [Get webhook plan limits and usage](/api-reference/webhooks--catalog-and-limits/get-webhook-plan-limits-and-usage) | GET    | /v1/webhooks/limits                     | Webhooks - Catalog and Limits |
| [List webhook event types](/api-reference/webhooks--catalog-and-limits/list-webhook-event-types)                   | GET    | /v1/webhooks/event-types                | Webhooks - Catalog and Limits |
| [List deliveries for an endpoint](/api-reference/webhooks--deliveries/list-deliveries-for-an-endpoint)             | GET    | /v1/webhooks/endpoints/\{id}/deliveries | Webhooks - Deliveries         |
| [Send a past delivery again](/api-reference/webhooks--deliveries/send-a-past-delivery-again)                       | POST   | /v1/webhooks/deliveries/\{id}/redeliver | Webhooks - Deliveries         |
| [Create a webhook endpoint](/api-reference/webhooks--endpoints/create-a-webhook-endpoint)                          | POST   | /v1/webhooks/endpoints                  | Webhooks - Endpoints          |
| [Delete a webhook endpoint](/api-reference/webhooks--endpoints/delete-a-webhook-endpoint)                          | DELETE | /v1/webhooks/endpoints/\{id}            | Webhooks - Endpoints          |
| [Enable a webhook endpoint](/api-reference/webhooks--endpoints/enable-a-webhook-endpoint)                          | POST   | /v1/webhooks/endpoints/\{id}/enable     | Webhooks - Endpoints          |
| [List webhook endpoints](/api-reference/webhooks--endpoints/list-webhook-endpoints)                                | GET    | /v1/webhooks/endpoints                  | Webhooks - Endpoints          |
| [Rotate a webhook endpoint secret](/api-reference/webhooks--endpoints/rotate-a-webhook-endpoint-secret)            | POST   | /v1/webhooks/endpoints/\{id}/rotate     | Webhooks - Endpoints          |
| [Send a test delivery](/api-reference/webhooks--endpoints/send-a-test-delivery)                                    | POST   | /v1/webhooks/endpoints/\{id}/test       | Webhooks - Endpoints          |
| [Dry-run a webhook subscription](/api-reference/webhooks--previews/dry-run-a-webhook-subscription)                 | POST   | /v1/webhooks/subscriptions/dry-run      | Webhooks - Previews           |
| [Estimate a webhook subscription](/api-reference/webhooks--previews/estimate-a-webhook-subscription)               | POST   | /v1/webhooks/subscriptions/estimate     | Webhooks - Previews           |
| [Create a webhook subscription](/api-reference/webhooks--subscriptions/create-a-webhook-subscription)              | POST   | /v1/webhooks/subscriptions              | Webhooks - Subscriptions      |
| [Delete a webhook subscription](/api-reference/webhooks--subscriptions/delete-a-webhook-subscription)              | DELETE | /v1/webhooks/subscriptions/\{id}        | Webhooks - Subscriptions      |
| [List webhook subscriptions](/api-reference/webhooks--subscriptions/list-webhook-subscriptions)                    | GET    | /v1/webhooks/subscriptions              | Webhooks - Subscriptions      |
| [Resume a paused subscription](/api-reference/webhooks--subscriptions/resume-a-paused-subscription)                | POST   | /v1/webhooks/subscriptions/\{id}/resume | Webhooks - Subscriptions      |
| [Resume every paused subscription](/api-reference/webhooks--subscriptions/resume-every-paused-subscription)        | POST   | /v1/webhooks/subscriptions/resume       | Webhooks - Subscriptions      |
| [Update a webhook subscription](/api-reference/webhooks--subscriptions/update-a-webhook-subscription)              | PATCH  | /v1/webhooks/subscriptions/\{id}        | Webhooks - Subscriptions      |
| [Add a watched wallet address](/api-reference/webhooks--watched-addresses/add-a-watched-wallet-address)            | POST   | /v1/webhooks/addresses                  | Webhooks - Watched Addresses  |
| [Delete a watched wallet address](/api-reference/webhooks--watched-addresses/delete-a-watched-wallet-address)      | DELETE | /v1/webhooks/addresses/\{id}            | Webhooks - Watched Addresses  |
| [List watched wallet addresses](/api-reference/webhooks--watched-addresses/list-watched-wallet-addresses)          | GET    | /v1/webhooks/addresses                  | Webhooks - Watched Addresses  |
