Join to Group¶
This endpoint allows a connected WhatsApp device to join a group using a valid WhatsApp invite link. Once the join request succeeds, the API will return the group’s JID (xxx@g.us).
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
invite_link |
string | Yes | The WhatsApp group invite URL (e.g., https://chat.whatsapp.com/...) |
API Endpoint¶
Header¶
Body¶
Response:¶
{
"success": true,
"message": "Joined group successfully",
"data": {
"status": true,
"message": "Joined group successfully",
"response": "XXXXXXXXXXXXXXX@g.us"
}
}
💡 Tip: Keep your Device Key secure. Never share it publicly.