get whatsapp groups
Get Whatsapp Groups
GET
https://api.zuwinda.com/v1.2/instances/whatsapp/get-groups
Query Parameters
Name
Type
Description
instances_id
string
Your instances id
Headers
Name
Type
Description
x-access-key
string
your token key
{
success: true,
data: [{
groupId: "abc-abc",
name: "group name",
pic: "abc.jpg"
}]
}
Last updated
Was this helpful?