API Keys

Manage your API keys for programmatic access

API Key Security

API keys are shown only once when created. Store them securely. Use scoped keys with minimal permissions for better security.

Your API Keys

Loading API keys...

Quick Start

# Send a message using your API key
curl -X POST https://your-domain.com/api/v1/messages \
  -H "X-API-Key: wapi_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "session_id": "your_session_id",
    "to": "+1234567890",
    "type": "text",
    "content": {"body": "Hello from API!"}
  }'

View full API documentation →