Get Groups

Get Groups

Get Groups

GET https://api.wapim.io/api/v1/whatsapp/groups

Headers

[
    {
    "GroupID": "******-1566835874",
    "OwnerPhoneNumber": "****",
    "Name": "Aesthetic QB's Doctors 💉",
    "NameSetAt": "2019-08-26T16:11:14Z",
    "NameSetBy": "",
    "Topic": "",
    "TopicID": "",
    "TopicSetAt": "0001-01-01T00:00:00Z",
    "TopicSetBy": "",
    "IsLocked": false,
    "IsAnnounce": false,
    "GroupCreated": "2019-08-26T16:11:14Z",
    "Participants": [
        {
            "PhoneNumber": "***",
            "IsAdmin": true,
            "IsSuperAdmin": true
        },
        {
            "PhoneNumber": "***",
            "IsAdmin": false,
            "IsSuperAdmin": false
        }
    ]
 },
 // ... Stripped
]
curl
    -X GET https://api.wapim.io/api/v1/whatsapp/groups
    -H 'Token: YOUR_WAPIM_TOKEN'

Last updated