curl --request GET \
--url https://converso-whatsapp-api.p.rapidapi.com/group/findGroupInfos/{instance} \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>'{
"id": "120363295648424210@g.us",
"subject": "Example Group",
"subjectOwner": "553198296801@s.whatsapp.net",
"subjectTime": 1714769954,
"pictureUrl": null,
"size": 1,
"creation": 1714769954,
"owner": "553198296801@s.whatsapp.net",
"desc": "optional",
"descId": "BAE57E16498982ED",
"restrict": false,
"announce": false,
"participants": [
{
"id": "553198296801@s.whatsapp.net",
"admin": "superadmin"
}
]
}Find group by remote JID
curl --request GET \
--url https://converso-whatsapp-api.p.rapidapi.com/group/findGroupInfos/{instance} \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>'{
"id": "120363295648424210@g.us",
"subject": "Example Group",
"subjectOwner": "553198296801@s.whatsapp.net",
"subjectTime": 1714769954,
"pictureUrl": null,
"size": 1,
"creation": 1714769954,
"owner": "553198296801@s.whatsapp.net",
"desc": "optional",
"descId": "BAE57E16498982ED",
"restrict": false,
"announce": false,
"participants": [
{
"id": "553198296801@s.whatsapp.net",
"admin": "superadmin"
}
]
}Your authorization key header
Your rapid api key
Name of the instance
Group remote JID
Ok
The ID of the group.
The subject (name) of the group.
The ID of the user who set the subject.
The timestamp when the subject was set.
URL of the group's profile picture.
The number of participants in the group.
The timestamp when the group was created.
The ID of the group owner.
The description of the group.
The ID of the description message.
Indicates if the group is restricted (only admins can send messages).
Indicates if the group is an announcement group (only admins can send messages).
List of participants in the group.
Show child attributes