Get group invite link
Returns the current WhatsApp invite link for a group via the WUTS gateway. The link is not regenerated by this call.
Returns the current WhatsApp invite link for a group via the WUTS gateway. The link is not regenerated by this call.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
Group JID (e.g. 120363039000000000@g.us).
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/groups/string/invite"{ "success": true, "group_jid": "120363039000000000@g.us", "invite_link": "https://chat.whatsapp.com/AbCdEfGhIjKlMnOpQrStUv"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}Get group info GET
Returns the current information for a single WhatsApp group, including announce status, lock status, and the full participant list, via the WUTS gateway.
Join a group POST
Joins a WhatsApp group either via an invite link or via an invite code together with the group JID and inviter JID. If the group requires admin approval, the response indicates a pending approval state.