Overview
This method is responsible for returning all groups.
Attributes
Your instance ID. Available in the Z-API panel under Instances.
Your Z-API instance token.
Query Parameters
Used for pagination, specify the group page you want to fetch
Specifies the number of groups returned per page
Response
200
Whether it is a group or not
Number of unread messages in the chat
Timestamp with the date and time of the last interaction with the chat
0 or 1 indicating if you muted this chat or not
Whether the chat is archived
Whether the chat is pinned
[
{
"isGroup": true,
"name": "Test group",
"phone": "120263358412332916-group",
"unread": "0",
"lastMessageTime": "1730918668000",
"isMuted": "0",
"isMarkedSpam": "false",
"archived": "false",
"pinned": "false",
"muteEndTime": null,
"messagesUnread": "0"
}
]
405
Make sure you are correctly sending the method specification, that is, verify that you sent POST or GET as specified at the beginning of this topic.
415
If you receive a 415 error, make sure to add the “Content-Type” header to your request, which in most cases is “application/json”.