Join a Group
POST /api/group/join
Join a group via an invite link.
- Auth: Bearer Device Key
Fields
| Field | Type | Required |
|---|---|---|
invite_link | string (URL) | ✔ |
Request
curl -X POST https://app.rapiwa.com/api/group/join \
-H "Authorization: Bearer YOUR_DEVICE_KEY" \
-H "Content-Type: application/json" \
-d '{"invite_link":"https://chat.whatsapp.com/ABCdef123456"}'
Response
{ "success": true, "data": { "response": "120363000000000000@g.us" } }