cURL
curl --request POST \ --url https://api.buildwithchirp.com/v1/whatsapp/groups/{groupId}/join-requests/approve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "joinRequestIds": [ "join_req_123" ] } '
{ "approved": [ "<string>" ], "rejected": [ "<string>" ], "failed": [ { "id": "<string>", "error": "<string>" } ] }
Approve 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"
Array of join request IDs to approve/reject
1
["join_req_123"]
Join requests processed
Show child attributes