> For the complete documentation index, see [llms.txt](https://docs.ospree.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ospree.io/developers/webhooks/api-endpoints.md).

# API Endpoints

Ospree allows you to configure and manage webhooks through its API. This section outlines the available API endpoints for creating, listing, and deleting webhooks, along with endpoints for managing received webhook request notifications.

* [Configure Webhook](/developers/webhooks/api-endpoints/configure-webhook.md)\ <mark style="color:yellow;">`POST`</mark> `/api/v2/webhooks`
* [List Webhooks](/developers/webhooks/api-endpoints/list-webhooks.md)\ <mark style="color:green;">`GET`</mark> `/api/v2/webhooks`
* [List Webhook Event Types](/developers/webhooks/api-endpoints/list-webhook-event-types.md)\ <mark style="color:green;">`GET`</mark> `/api/v2/webhooks/event_types`
* [Delete Webhook](/developers/webhooks/api-endpoints/delete-webhook.md)\ <mark style="color:red;">`DELETE`</mark> `/api/v2/webhooks/:webhook_id`
* [List Webhook Requests](/developers/webhooks/api-endpoints/list-webhook-requests.md)\ <mark style="color:green;">`GET`</mark> `/api/v2/webhooks/requests`
* [Retry Webhook Request](/developers/webhooks/api-endpoints/retry-webhook-request.md)\ <mark style="color:yellow;">`POST`</mark> `/api/v2/webhooks/requests/:request_id`
