Read chats
#
Method#
/modify-chatPOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/modify-chat
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThis method is responsible for performing the action of reading an entire chat or marking a chat as unread.
#
Attributes#
RequiredAttribute | Type | Description |
---|---|---|
phone | integer | Phone number you want to change in YOUR chat |
action | string | Attribute to mark the chat (read or unread) |
#
Request BodyExample
#
Response#
200Attributes | Type | Description |
---|---|---|
value | boolean | Action confirmation attribute |
Example
#
405In this case certify that you are sending the correct specification of the method. This means, verify if you sent a POST or GET as specified at the beginning of this topic.
#
415In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”