curl --request GET \
--url https://{server-url}/group/participants/{instance} \
--header 'apikey: <api-key>'
{
"participants": [
{
"id": "553198296801@s.whatsapp.net",
"admin": "superadmin"
}
]
}
curl --request GET \
--url https://{server-url}/group/participants/{instance} \
--header 'apikey: <api-key>'
{
"participants": [
{
"id": "553198296801@s.whatsapp.net",
"admin": "superadmin"
}
]
}
Your authorization key header
Name of the instance
Group remote JID
Ok
The response is of type object
.