Skip to main content
POST
Toggle Typing Status

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

account_id
integer
required

The numeric ID of the account

conversation_id
integer
required

The numeric ID of the conversation

Body

application/json
typing_status
enum<string>
required

Typing status to set.

Available options:
on,
off
Example:

"on"

is_private
boolean

Whether the typing event is for private notes.

Example:

false

Response

Success