Appearance
Get All Groups
About 88 wordsLess than 1 minute
Retrieve a list of all WhatsApp groups that the connected WhatsApp account is currently a part of. The response includes group ID, name, participants, creation time, and owner.
API Endpoint
GET https://app.rapiwa.com/api/groupsHeader
Content-Type: application/json
Authorization: Bearer Your_Device_Key###Response:
{
"status": true,
"total": 3,
"groups": [
{
"group_id": "12XXXXXXXXXXXXX@g.us",
"name": "12XXXXXXXXXXXXXX",
"unreadCount": 1,
"messageCount": 0
},
{
"group_id": "12XXXXXXXXXXXXX@g.us",
"name": "12XXXXXXXXXXXXXX",
"unreadCount": 1,
"messageCount": 0
},
{
"group_id": "12XXXXXXXXXXXXX@g.us",
"name": "12XXXXXXXXXXXXXX",
"unreadCount": 1,
"messageCount": 0
}
]
}💡 Tip: Keep your Device Key secure. Never share it publicly.
