Skip to main content
PUT
/
v1
/
whatsapp
/
groups
/
{groupId}
/
profile-picture
cURL
curl --request PUT \
  --url https://api.buildwithchirp.com/v1/whatsapp/groups/{groupId}/profile-picture \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<unknown>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations

Path Parameters

groupId
string
required

WhatsApp Group ID

Example:

"grp_wa_2DbBs7GWhGvVNJGrDXr5RG0"

Body

multipart/form-data
file
any

Profile picture image file (JPEG or PNG)

Response

Profile picture updated

success
enum<boolean>
required
Available options:
true,
false