Groups

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.

GET
/groups/{jid}/invite

Returns the current WhatsApp invite link for a group via the WUTS gateway. The link is not regenerated by this call.

Authorization

bearerAuth
AuthorizationBearer <token>

Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.

In: header

Path Parameters

jid*string

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"}