v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Groups

Reset a group invite link

Resets and returns the invite link for a WhatsApp group.

post/whatsapp/{businessPhoneNumber}/groups/{groupId}/inviteLink/reset

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 reset the group invite link.

inviteLinkstring

The group invite link.

Example response

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