curl --request GET \
--url https://api.wappfy.com.br/group/findGroupInfos/{instance} \
--header 'apikey: <api-key>'
{
"id": "123456789012345678@g.us",
"subject": "Grupo de Exemplo",
"subjectOwner": "559912345678@s.whatsapp.net",
"subjectTime": 1714769954,
"pictureUrl": null,
"size": 1,
"creation": 1714769954,
"owner": "559912345678@s.whatsapp.net",
"desc": "optional",
"descId": "CBC2CDBAFA5C9",
"restrict": false,
"announce": false,
"participants": [
{
"id": "559912345678@s.whatsapp.net",
"admin": "superadmin"
}
]
}
Buscar grupo por JID
curl --request GET \
--url https://api.wappfy.com.br/group/findGroupInfos/{instance} \
--header 'apikey: <api-key>'
{
"id": "123456789012345678@g.us",
"subject": "Grupo de Exemplo",
"subjectOwner": "559912345678@s.whatsapp.net",
"subjectTime": 1714769954,
"pictureUrl": null,
"size": 1,
"creation": 1714769954,
"owner": "559912345678@s.whatsapp.net",
"desc": "optional",
"descId": "CBC2CDBAFA5C9",
"restrict": false,
"announce": false,
"participants": [
{
"id": "559912345678@s.whatsapp.net",
"admin": "superadmin"
}
]
}
Seu cabeçalho da chave de autorização.
ID da instância.
ID do Grupo
Ok
The response is of type object
.