v1

latestOpenAPI 3.1.02026-07-14330101.9 KB

All Group

This endpoint allows users to retrieve a comprehensive list of all the groups associated with their WhatsApp account or channel. It serves as a way for users to access the details of every group they are part of, offering a clear overview of all the groups under their account. The response will typically include metadata such as group names, IDs, and potentially other details related to each group. This endpoint is useful for developers looking to manage multiple groups and integrate group-related functionalities into their applications.

get/groups

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": [
    {
      "id": "120363316818953043@g.us",
      "name": "Test comm",
      "created_at": "2024-09-03 15:47:12",
      "owner": "14064793566@s.whatsapp.net",
      "is_community": true,
      "is_owner": true,
      "participant_count": 1
    }
  ]
}