WA Client
GET

Get Group

Returns metadata and participants for a single group.

API endpoint
https://waclient.com/api/get_group
Example:
curl -X GET \
  'https://waclient.com/api/get_group' \
  -G \
  --data-urlencode '[email protected]' \
  --data-urlencode 'instance_id=6A4B02A1XXXX' \
  --data-urlencode 'access_token=EMCUH3NQQK8YXXXX'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "id": "[email protected]",
        "name": "Test",
        "description": "",
        "size": 3,
        "owner": null,
        "creation": 1749578596,
        "restrict": false,
        "announce": false,
        "participants": [
            {
                "id": "[email protected]",
                "admin": null
            },
            {
                "id": "[email protected]",
                "admin": "superadmin"
            }
        ]
    }
}
ParameterDescription
group_idGroup JID, e.g. [email protected] or numeric id
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc