cURL
curl --request POST \ --url https://api.contiguity.com/send/whatsapp/typing \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "to": "+1234567890", "action": "start" }'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1755815097884, "api_version": "v2025.8.21", "object": "response", "data": { "status": "started" } }
Start or stop sending a typing indicator to a WhatsApp chat
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start or stop sending typing indicators over WhatsApp
The response is of type object.
object
Was this page helpful?