Skip to main content
POST
/
messages
curl --request POST \
  --url https://apis.vectalk.com.br/api/messages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
    "messaging_product": "whatsapp",
    "status": "read",
    "message_id": "wamid.HBgLNTUx..."
  }'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

messaging_product
string
default:"whatsapp"
required
status
string
default:"read"
required
message_id
string
required
ID da mensagem recebida via webhook (messages[0].id).
curl --request POST \
  --url https://apis.vectalk.com.br/api/messages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
    "messaging_product": "whatsapp",
    "status": "read",
    "message_id": "wamid.HBgLNTUx..."
  }'