cURL
curl --request GET \ --url https://api.crunchz.app/api/groups/participants \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "group_id": "[email protected]" } '
{ "success": true, "message": "<string>", "data": { "code": "KHFAM4UWGUE7g75K1o7BFw", "url": "https://chat.whatsapp.com/KHFAM4UWGUE7g75K1o7BFw" } }
Retrieve a list of all participants in a specific WhatsApp group using the group ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Group ID
"[email protected]"
GroupInvitationCodeResource
The success status of response.
The message of response.
Show child attributes
The invitation code for the group.
"KHFAM4UWGUE7g75K1o7BFw"
The WhatsApp group invitation URL.
"https://chat.whatsapp.com/KHFAM4UWGUE7g75K1o7BFw"
Was this page helpful?