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

# Webhook Endpoints Overview

> Manage webhook endpoint subscriptions

## Webhook Endpoints

Register URLs to receive real-time event notifications. See the [Webhooks guide](/pages/webhooks) for verification and event types.

<Warning>The `secret` field is only returned when creating a webhook. Save it securely.</Warning>

### Endpoints

| Method   | Path                | Description      |
| -------- | ------------------- | ---------------- |
| `POST`   | `/v1/webhooks`      | Create a webhook |
| `GET`    | `/v1/webhooks/{id}` | Get a webhook    |
| `GET`    | `/v1/webhooks`      | List webhooks    |
| `PATCH`  | `/v1/webhooks/{id}` | Update a webhook |
| `DELETE` | `/v1/webhooks/{id}` | Delete a webhook |
