cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/whatsapp/groups/{groupId} \ --header 'Authorization: Bearer <token>'
{ "group": { "id": "<string>", "metaGroupId": "<string>", "subject": "<string>", "description": "<string>", "joinApprovalMode": "auto_approve", "inviteLink": "<string>", "suspended": true, "totalParticipantCount": 123, "whatsappPhoneNumberId": "<string>", "createdAt": "<string>" } }
Get a WhatsApp group by ID
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
WhatsApp Group ID
"grp_wa_2DbBs7GWhGvVNJGrDXr5RG0"
Group details
Show child attributes