curl -X GET "https://api.oxenty.api.br/api/groups/list?sessionId=550e8400-e29b-41d4-a716-446655440000" \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"groups": [
{
"id": "120363123456789012@g.us",
"subject": "Equipe de Vendas",
"subjectTime": 1705315200,
"creation": 1705315200,
"owner": "5511777777777@s.whatsapp.net",
"size": 15
},
{
"id": "120363098765432109@g.us",
"subject": "Suporte Técnico",
"subjectTime": 1705228800,
"creation": 1704969600,
"owner": "5511888888888@s.whatsapp.net",
"size": 8
}
]
}
Lista todos os grupos da sessão
curl -X GET "https://api.oxenty.api.br/api/groups/list?sessionId=550e8400-e29b-41d4-a716-446655440000" \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"groups": [
{
"id": "120363123456789012@g.us",
"subject": "Equipe de Vendas",
"subjectTime": 1705315200,
"creation": 1705315200,
"owner": "5511777777777@s.whatsapp.net",
"size": 15
},
{
"id": "120363098765432109@g.us",
"subject": "Suporte Técnico",
"subjectTime": 1705228800,
"creation": 1704969600,
"owner": "5511888888888@s.whatsapp.net",
"size": 8
}
]
}
curl -X GET "https://api.oxenty.api.br/api/groups/list?sessionId=550e8400-e29b-41d4-a716-446655440000" \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"groups": [
{
"id": "120363123456789012@g.us",
"subject": "Equipe de Vendas",
"subjectTime": 1705315200,
"creation": 1705315200,
"owner": "5511777777777@s.whatsapp.net",
"size": 15
},
{
"id": "120363098765432109@g.us",
"subject": "Suporte Técnico",
"subjectTime": 1705228800,
"creation": 1704969600,
"owner": "5511888888888@s.whatsapp.net",
"size": 8
}
]
}