Get Groups
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
lineNumber?string
Response Body
curl -X GET "https://gateway.dicex.me/api/v1/WhatsApp/GetGroups"{
"isSuccess": true,
"message": "string",
"value": [
{
"chatId": "string",
"name": "string",
"isGroup": true,
"isMuted": true,
"isReadOnly": true,
"isPinned": true,
"totalNewMessage": 0,
"muteExpiration": "2019-08-24T14:15:22Z",
"lastActivityDate": "2019-08-24T14:15:22Z"
}
]
}