v1

latestOpenAPI 3.0.02026-07-2411724301.7 KB
Groups

Get Join Requests

The Get Join Requests API allows you to retrieve the list of participants who have requested to join a specified WhatsApp group, along with their corresponding join request IDs.

get/v2/{sid}/whatsapp/groups/{groupId}/join_requests

Path parameters

sidstring required

Account SID (Security Identifier).

groupIdstring required

Group ID of the WhatsApp group to fetch join requests

Response

Join requests fetched successfully

codestring
messagestring
errorobject

Example response

{
  "code": "WA200",
  "message": "Request Processed Successfully",
  "data": [
    {
      "request_id": "704A76110290797BB75C2D23126696A3",
      "wa_id": "91xxxxxxxx"
    }
  ],
  "error": {}
}