v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Group Controller

Fetch Group Invite Code

Fetch group invite code

get/group/inviteCode/{instance}

Path parameters

instancestring required

Name of the instance

Query parameters

groupJidstring required

Group remote JID

Response

Ok

inviteUrlstring

The URL for the WhatsApp group invite.

inviteCodestring

The code for the WhatsApp group invite.

Example response

{
  "inviteUrl": "https://chat.whatsapp.com/DgQvyfXzY01B6rGrpZpYze",
  "inviteCode": "DgQvyfXzY01B6rGrpZpYze"
}