Skip to main content
GET
/
v1
/
whatsapp
/
groups
/
{groupId}
cURL
curl --request GET \
  --url https://api.buildwithchirp.com/v1/whatsapp/groups/{groupId} \
  --header 'Authorization: Bearer <token>'
{
  "group": {
    "id": "<string>",
    "metaGroupId": "<string>",
    "subject": "<string>",
    "description": "<string>",
    "joinApprovalMode": "auto_approve",
    "inviteLink": "<string>",
    "suspended": true,
    "totalParticipantCount": 123,
    "whatsappPhoneNumberId": "<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

Group details

group
object
required