Skip to main content
GET
/
group
/
participants
/
{instance}
Find Group Members
curl --request GET \
  --url https://api.botifiy.com/group/participants/{instance} \
  --header 'apikey: <api-key>'
{
  "participants": [
    {
      "id": "<string>",
      "admin": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.botifiy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance

Query Parameters

groupJid
string
required

Group remote JID

Response

200 - application/json

Ok

participants
object[]