Skip to main content
POST
/
v1
/
messages
/
{messageId}
/
typing
Show typing indicator
curl --request POST \
  --url https://api.zavu.dev/v1/messages/{messageId}/typing \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Zavu-Sender
string

Optional sender profile ID. If omitted, the project's default sender will be used.

Example:

"sender_12345"

Path Parameters

messageId
string
required

Response

Typing indicator displayed and message marked as read.

success
boolean
required