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

# Overview

> Developer webhook endpoints, deliveries, and signature verification.

Scopes: `webhooks:read`, `webhooks:write`.

## Create endpoint

`POST /v1/webhook-endpoints`: returns `wh_...` and a **one-time** `secret`.

* HTTPS URL required
* Default events: `invoice.created`, `invoice.paid`, `invoice.expired`, `invoice.failed`

## Deliveries

* `GET /v1/webhook-endpoints/{id}/deliveries`: `whd_...` attempts
* `GET /v1/webhook-deliveries/{id}`: detail

Retries, ordering, and deduplication: [Webhooks overview](/webhooks/overview).

## Verify inbound webhooks

See [Verify signatures](/webhooks/verify-signatures). Payload IDs use `inv_...` and `evt_...`: [Event reference](/webhooks/event-reference).
