curl --request GET \
--url https://api.zapthinker.com/group/participants/{instance} \
--header 'apikey: <api-key>'{
"participants": [
{
"id": "553198296801@s.whatsapp.net",
"admin": "superadmin"
}
]
}Fetch all group members
curl --request GET \
--url https://api.zapthinker.com/group/participants/{instance} \
--header 'apikey: <api-key>'{
"participants": [
{
"id": "553198296801@s.whatsapp.net",
"admin": "superadmin"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt
Use this file to discover all available pages before exploring further.