getGroupList
GET
/getGroupList/APIKEYThis method is designed to retrieve the group ID intended for use in the 'sendGroup' method.
Request
None
Request samples
Responses
getGroupList(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
groupId
string
required
groupName
string
required
ExamplegetGroupList
[
{
"groupId": "120363293575057977",
"groupName": "Group Test 2"
},
{
"groupId": "120363292564959780",
"groupName": "Group Test 1"
}
]
Last modified: 5 months ago