Skip to main content
GET
/
v1
/
groups
/
invite-link
curl -X GET "https://api.livchat.ai/v1/groups/invite-link?groupJid=120362023605733675@g.us" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "code": 200,
  "data": {
    "inviteLink": "https://chat.whatsapp.com/HffXhYmzzyJGec61oqMXiz"
  }
}
Get the invite link that can be shared to add people to a group.

Query Parameters

groupJid
string
required
Group JID (e.g., 120362023605733675@g.us)
You must be an admin of the group to get the invite link.
curl -X GET "https://api.livchat.ai/v1/groups/invite-link?groupJid=120362023605733675@g.us" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "code": 200,
  "data": {
    "inviteLink": "https://chat.whatsapp.com/HffXhYmzzyJGec61oqMXiz"
  }
}