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

# API Reference

> Complete reference for all Wava API endpoints.

# API Reference

This section provides the complete technical reference for all Wava API endpoints, auto-generated from our OpenAPI specification.

## Base URLs

| Environment | URL                          |
| ----------- | ---------------------------- |
| Production  | `https://api.wava.co/v1`     |
| Development | `https://api.dev.wava.co/v1` |

## Authentication

Include your merchant key in every request:

```bash theme={null}
merchant-key: YOUR_MERCHANT_KEY
```

Partners include two additional headers for two-factor authentication:

```bash theme={null}
X-API-Key: YOUR_PARTNER_API_KEY
X-API-Secret: YOUR_PARTNER_SECRET_KEY
```

## Interactive playground

Each endpoint below includes an interactive playground where you can test API calls directly. Switch between development and production using the server selector.

<Warning>
  The interactive playground makes real API calls. Use your development credentials and the development server for testing.
</Warning>
