Récupérez la liste des membres d’un groupe WhatsApp.
| Paramètre | Type | Requis | Description |
|---|---|---|---|
| Authorization | string | Oui | Bearer token avec votre Secret Key (format: Bearer sk_...) |
| Paramètre | Type | Requis | Description |
|---|---|---|---|
| accountId | string | Oui | L’identifiant du compte WhatsApp |
| groupJid | string | Oui | L’identifiant du groupe (format: [email protected]) |
| Paramètre | Type | Requis | Description |
|---|---|---|---|
| accountId | string | Oui | L’identifiant du compte WhatsApp |
| Code | Description |
|---|---|
| 400 | MISSING_ACCOUNT_ID - accountId manquant |
| 400 | MISSING_GROUP_JID - groupJid manquant |
| 401 | INVALID_SECRET_KEY - Clé secrète invalide |
| 404 | ACCOUNT_NOT_FOUND - Compte WhatsApp non trouvé |
| 404 | GROUP_NOT_FOUND - Groupe non trouvé |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
L'identifiant du compte WhatsApp
L'identifiant du groupe (format: [email protected])