v1

latestOpenAPI 3.0.02026-07-1355113123.3 KB
Groups

Get-Group-Info

get/groups/{GroupId}

Path parameters

GroupIdstring required

Response

Example response

{
  "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"
    }
  ]
}