---
title: "Get Join Requests"
method: GET
path: "/v2/{sid}/whatsapp/groups/{groupId}/join_requests"
tags: ["Groups"]
---

# Get Join Requests

`GET /v2/{sid}/whatsapp/groups/{groupId}/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.

## Path parameters

- `sid` string, required
- `groupId` string, required

## Response `200`

Join requests fetched successfully

- GetJoinRequestsResponse
  - `code` string
  - `message` string
  - `data` object[]
    - `request_id` string
    - `wa_id` string
  - `error` object

## Other responses

- `401` — Incorrect SID or API key

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
