Skip to main content
GET
/
v1
/
whatsapp
/
groups
/
{groupId}
/
join-requests
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations

Path Parameters

groupId
string
required

WhatsApp Group ID

Example:

"grp_wa_2DbBs7GWhGvVNJGrDXr5RG0"

Response

Pending join requests

joinRequests
object[]
required