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

# GET List webhooks

> List your MsgFlash webhook endpoints.

## Endpoint

```txt theme={null}
GET /api/v1/webhooks
```

## Success response `200`

```json theme={null}
{
  "data": [
    {
      "id": "wh_uuid",
      "url": "https://example.com/webhooks/msgflash",
      "events": ["message.delivered"],
      "active": true,
      "createdAt": "2026-04-01T10:00:00.000Z",
      "updatedAt": "2026-04-01T10:00:00.000Z"
    }
  ]
}
```
