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}
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThis method allows you to obtain a group's invitation link.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
groupId | string | Group ID/Phone |
#
Request URL#
URL#
Response#
200Attributes | Type | Description |
---|---|---|
invitationLink | string | New invitation link |
Example
#
405In 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.
#
415If 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 ResponseLink to the webhook response (upon receiving)