Links

Set Group Permission

WhatsApp Group Permission
This API allows you to set or change the permission of an existing group i.e who all can post messages to a group.
post
https://pickyassist.com/app/api/v2
/set-group-permission
Set Group Permission

Sample Request Body JSON

{
"token": "7b18871619486225850e9832a24547105cfe3",
"group_id": "9100055074-16182483",
"application":10,
"send_permission":1
}

Sample Response

{
"status":100,
"message":"Success"
}