—Sair

Playground

Envie uma mensagem de teste (POST /v1/messages) e copie o curl equivalente.

Requisição
Resposta

A resposta da API aparecerá aqui.

curl equivalente
curl -X POST https://api.seu-dominio.com/v1/messages \
  -H "Authorization: Bearer wa_test_..." \
  -H "Content-Type: application/json" \
  -d '{
  "to": "",
  "type": "text",
  "text": {
    "body": "Olá! Esta é uma mensagem de teste."
  }
}'