Skip to main content

Get Group Invitation Link

Method#

/group-invitation-link/{groupId}#

POST https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/group-invitation-link/{groupId}

Header#

KeyValue
Client-TokenACCOUNT SECURITY TOKEN

Concept#

This method allows you to obtain a group's invitation link.


Attributes#

Required#

AttributesTypeDescription
groupIdstringGroup ID/Phone

Request URL#

URL#

POST https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/group-invitation-link/120363019502650977-group


Response#

200#

AttributesTypeDescription
invitationLinkstringNew invitation link

Example

{
"phone": "120363019502650977-group",
"invitationLink": "https://chat.whatsapp.com/C1adgkdEGki7554BWDdMkd"
}

405#

In this case, ensure that you are correctly following the method specification, i.e., check if you are sending a POST or GET request as specified at the beginning of this topic.

415#

If you receive a 415 error, make sure to add the correct "Content-Type" header in the request. In most cases, it should be "application/json".


Webhook Response#

Link to the webhook response (upon receiving)

Webhook


Code#