Get group info
Returns the current information for a single WhatsApp group, including announce status, lock status, and the full participant list, via the WUTS gateway.
Returns the current information for a single WhatsApp group, including announce status, lock status, and the full participant list, via the WUTS gateway.
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"{ "success": true, "group": { "jid": "120363039000000000@g.us", "name": "WUTS Team", "topic": "Internal coordination", "owner": "5511999999999@s.whatsapp.net", "created_at": "2026-01-10T14:22:00Z", "is_announce": false, "is_locked": false, "join_approval": false, "members_count": 2, "participants": [ { "jid": "5511999999999@s.whatsapp.net", "phone_number": "5511999999999@s.whatsapp.net", "is_admin": true, "is_super_admin": true }, { "jid": "5511888888888@s.whatsapp.net", "phone_number": "5511888888888@s.whatsapp.net", "is_admin": false, "is_super_admin": false } ] }}{ "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"}Create a group POST
Creates a new WhatsApp group with the given name and participants. Optional flags configure announcement mode, locking, join approval, and community linkage through the WUTS gateway.
Get group invite link GET
Returns the current WhatsApp invite link for a group via the WUTS gateway. The link is not regenerated by this call.