List join requests
List pending join requests for a WhatsApp group (only for groups with approval_required mode).
Not available on Coexistence numbers. Requires a Cloud API-only number.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Group ID
Query Parameters
WhatsApp account ID
Response Body
application/json
application/json
application/json
{ "success": true, "joinRequests": [ { "user": "string", "timestamp": 0 } ]}Create invite link
Create a new invite link for a WhatsApp group. The previous link is revoked. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.
Approve join requests
Approve pending join requests for a WhatsApp group. Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.