whatsapp
Update group settings
Update the subject, description, or join approval mode of a WhatsApp group.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
groupIdstring
Group ID
Query Parameters
accountIdstring
WhatsApp social account ID
subject?string
Length
length <= 128description?string
Length
length <= 2048joinApprovalMode?string
Value in
"approval_required" | "auto_approve"Response Body
application/json
application/json
application/json
curl -X POST "https://zernio.com/api/v1/whatsapp/wa-groups/string?accountId=string" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"message": "string"
}{
"error": "Unauthorized"
}{
"error": "Not found"
}