cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/whatsapp/groups/{groupId}/participants \ --header 'Authorization: Bearer <token>'
{ "participants": [ { "id": "<string>", "waId": "<string>", "joinedAt": "<string>" } ] }
List participants of a WhatsApp group
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
WhatsApp Group ID
"grp_wa_2DbBs7GWhGvVNJGrDXr5RG0"
Participant list
Show child attributes