WasenderApi - Low Cost WhatsApp API for Developers Get Group Profile Picture - API Documentation - WasenderApi - Low Cost WhatsApp API for Developers
WasenderApi API

API Documentation

WasenderApi WhatsApp API

Get Group Profile Picture

Contacts

GET/api/groups/{groupJid}/picture

Retrieves the URL of the profile picture for a specific group.

Get Group Profile Picture

Retrieves the URL of the profile picture for a specific group.

Parameters

NameTypeRequiredDescription
groupJidstringYesThe JID (Jabber ID) of the group in the format [email protected].

Code Examples

curl "https://www.wasenderapi.com/api/groups/{groupJid}/picture"
  -H "Authorization: Bearer YOUR_API_KEY"

Response Examples

{
    "success": true,
    "data": {
        "imgUrl": "https:\/\/profile.pic.url\/image.jpg"
    }
}