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

# API reference

> Customer-facing WADial endpoints for tokens, pairing, messaging, webhooks, events, usage, and logs.

WADial's public API uses `/api/v1` and bearer API keys.

```http theme={null}
Authorization: Bearer <api_key>
```

Success responses are wrapped in a `data` object. Errors use RFC 9457 Problem Details.

```json theme={null}
{
  "data": {}
}
```

This reference only includes endpoints customers call from their own applications. Internal dashboard and infrastructure routes are intentionally not listed here.
