Groups endpoints
Create groups, manage participants and admins, control the invite link and the four security settings, work the join-request queue and leave. Creating groups and adding participants are the highest ban-risk calls in the API.
https://api.wapito.com/v1
Send a channel token on every request: Authorization: Bearer wpt_YOUR_TOKEN
21 endpoints
/groups/{id}/settings
/groups/{id}/icon
/groups/{id}/invite
/groups/invite/accept
/groups/invite/{code}
/groups/{id}/participants
/groups/{id}/participants/{pid}
/groups/{id}/admins
/groups/{id}/admins/{pid}
/groups/{id}/applications
/groups/{id}/applications/{pid}/approve
/groups/{id}/applications/{pid}
/groups/{id}/leave
Planned
Published in the specification so clients can be written against them; each answers 501 feature_not_available until it ships.
- DELETE
/groups/{id}PlannedDelete a group
Related
Reference
Try it on your own number
Create a channel, link a WhatsApp number by QR or pairing code, and call the API in a couple of minutes. The Sandbox plan is free and needs no card.