WA Client
GET

Get Group Icon

Returns the public URL of the group profile picture, if set.

API endpoint
https://waclient.com/api/get_group_icon
Example:
curl -X GET \
  'https://waclient.com/api/get_group_icon' \
  -G \
  --data-urlencode '[email protected]' \
  --data-urlencode 'instance_id=6A4B02A1XXXX' \
  --data-urlencode 'access_token=EMCUH3NQQK8YXXXX'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "group_id": "[email protected]",
        "icon_url": null
    }
}
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