Skip to main content
GET
/
group
/
invitelink
/
:groupJID
Generate invite link for a group
curl --request GET \
  --url https://api.wppfy.com/group/invitelink/:groupJID \
  --header 'token: <api-key>'
{
  "inviteLink": "https://chat.whatsapp.com/AbCdEfGhIjKlMnOpQrStUv"
}

Authorizations

token
string
header
required

Path Parameters

groupJID
string
required

JID (Group ID) in WhatsApp format

Example:

"120363153742561022@g.us"

Response

Invite link generated successfully

Full invite link for the group

Example:

"https://chat.whatsapp.com/AbCdEfGhIjKlMnOpQrStUv"