Integrations
Status
Instances
Settings
Webhooks
Send Messages
Chat Management
- POSTCheck if WhatsApp
- PUTMark Message as Read
- PUTMark Chat as Unread
- PUTArchive Chat
- DELDelete Message for Everyone
- POSTSend Presence
- POSTFetch Profile Picture URL
- POSTFind Contacts
- POSTFind Chats
- POSTFind Messages
- POSTFind Status Message
- POSTFetch Base64 from Media Message
- PUTUpdate Message
- PUTUpdate Bot Status
Label Management
Profile Settings
Group Management
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Invite URL
- GETFind Group By Invite Code
- GETFind Group By JID
- GETFetch All Groups
- GETFind Participants
- PUTUpdate Group Participants
- PUTUpdate Group Settings
- PUTToggle Ephemeral Mode
- DELLeave Group
Group Management
Fetch All Groups
Buscar todos os grupos
GET
/
group
/
fetchAllGroups
/
{instance}
curl --request GET \
--url https://api.wappfy.com.br/group/fetchAllGroups/{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
}
]
Authorizations
Seu cabeçalho da chave de autorização.
Path Parameters
ID da instância.
Query Parameters
Se deve ou não obter os membros do grupo
Response
200 - application/json
Ok
Conjunto de objetos representando detalhes do grupo WhatsApp.
curl --request GET \
--url https://api.wappfy.com.br/group/fetchAllGroups/{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
}
]
Assistant
Responses are generated using AI and may contain mistakes.