Authorizations
Your authorization key header
Path Parameters
Name of the instance
Query Parameters
Group remote JID
Response
200 - application/json
Ok
List of participants in the group.
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
List of participants in the group.
Show child attributes