Skip to main content

WAzion API

Connect 238 WhatsApp Business AI tools to any application

Start in 2 minutes

Every WAzion account comes with an API token. No OAuth flows, no approval process — just grab your token and start sending.

Read the Quickstart
curl -X POST https://www.wazion.com/api/mcp/ \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "send_whatsapp_message",
      "arguments": {
        "phone": "+34600000000",
        "message": "Hello from WAzion API!"
      }
    },
    "id": 1
  }'