Get-Group-Info
http://whatsapp.local
http://whatsapp.local
GET
/groups/{GroupId}
Groups
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://whatsapp.local/groups/'
Response Response Example
{
"groups": [
{
"admins": [
"whatsapp-id-1",
"whatsapp-id-2"
],
"creation_time": 123456789,
"creator": "whatsapp-id-1",
"participants": [
"whatsapp-id-3",
"whatsapp-id-4",
"whatsapp-id-5"
],
"subject": "your-group-subject"
}
]
}
Request
Path Params
GroupId
string
required
Responses
Modified at 2023-08-15 03:06:39