Send a typing indicator
Chats
Send a typing indicator
Signal that you are typing (or have stopped typing) in a chat with a user. The signal is delivered to the counterpart’s realtime connection and is not persisted, so delivery is best-effort. Send an empty body {} (or omit isTyping) to indicate you are typing.
POST
Send a typing indicator
Required scope
write:chat— Create new chats and send messages. This scope is required for any chat-related actions that modify data.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
Example:
"2025-06-26"
Path Parameters
Body
application/json
Whether the caller is currently typing (true) or has stopped (false). Defaults to true.
Response
Typing signal accepted
Available options:
true