whatsapp
Add participants
Add participants to a WhatsApp group. Maximum 8 participants per request.
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
phoneNumbersarray<string>
Phone numbers in E.164 format (max 8)
Items
items <= 8Response Body
application/json
application/json
curl -X POST "https://zernio.com/api/v1/whatsapp/wa-groups/string/participants?accountId=string" \ -H "Content-Type: application/json" \ -d '{ "phoneNumbers": [ "string" ] }'{
"success": true,
"message": "string"
}{
"error": "Unauthorized"
}