cURL
curl --request GET \ --url https://api.messages.dev/v1/typing \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "chat_id": "<string>", "handle": "<string>", "is_typing": true, "updated_at": 123 } ], "has_more": true, "next_cursor": "<string>", "request_id": "<string>" }
Returns current typing indicators for a chat.
Use an API key as a bearer token: Authorization: Bearer sk_live_...
Authorization: Bearer sk_live_...
Line handle (phone number or Apple ID)
"+15551234567"
Chat identifier (phone number, Apple ID, or chat ID)
"+15559876543"
List of typing indicators
Show child attributes
Whether more items exist beyond this page
Cursor to pass as cursor query parameter for the next page
cursor