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