GET
Get Group Info by Invite Code
Preview group metadata before joining, using an invite code or link.
API endpoint
https://waclient.com/api/get_group_info_by_inviteExample:
curl -X GET \
'https://waclient.com/api/get_group_info_by_invite' \
-G \
--data-urlencode 'invite_code=INVITECODE123' \
--data-urlencode 'instance_id=6A4B02A1XXXX' \
--data-urlencode 'access_token=EMCUH3NQQK8YXXXX'Response
{
"status": "success",
"message": "Success",
"data": {
"id": "[email protected]",
"name": "Test",
"description": "",
"size": 3
}
}| Parameter | Description |
|---|---|
| invite_code | Invite code or full https://chat.whatsapp.com/... URL |
| instance_id | Your instance ID |
| access_token | Your access token |