curl --location -g --request POST 'https://api.green-api.com/v3/waInstance<Ваш idInstance из личного кабинета Green API>/getGroupData/<Ваш apiTokenInstance из личного кабинета Green API>' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "-10000000000000"
}'
{
"chatId": "-10000000000000",
"owner": "10000001",
"subject": "GREEN-API Group",
"description": "",
"creation": 1755774955,
"groupInviteLink": "",
"allowParticipantsEditGroupSettings": true,
"allowParticipantsAddMembers": true,
"size": 2,
"participants": [
{
"chatId": "10000000",
"isAdmin": false,
"isSuperAdmin": false
},
{
"chatId": "10000001",
"isAdmin": true,
"isSuperAdmin": true
}
]
}