---
title: 2010: Webhook subscription not found | API Docs
description: The requested webhook subscription does not exist.
---

The requested webhook subscription does not exist. This is an HTTP 404 error indicating the subscription ID you provided could not be resolved.

## Troubleshooting

- Verify the subscription ID is a correct UUID returned from `POST /v3/webhook-subscriptions` or `GET /v3/webhook-subscriptions`

## Related

- [Webhooks](/guides/webhooks/index.md)
- [API reference: Webhook subscriptions](/api/resources/webhook_subscriptions/index.md)
- [Debugging](/guides/platform/debugging/index.md)
