v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Groups

Retrieve a group invite link

Retrieves the invite link for a WhatsApp group.

get/whatsapp/{businessPhoneNumber}/groups/{groupId}/inviteLink

Path parameters

businessPhoneNumberstring required
Example:+16315551111

The WhatsApp business phone number in E.164 format.

groupIdstring required
Example:120363345678901234@g.us

WhatsApp group ID.

Response

Successfully retrieved the group invite link.

inviteLinkstring

The group invite link.

Example response

{
  "inviteLink": "https://chat.whatsapp.com/AbCdEfGhIjK"
}