Skip to main content
GET
/
groups
/
{groupId}
Obter Grupo
curl --request GET \
  --url https://apis.vectalk.com.br/groups/{groupId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância associado ao número de telefone.

Parâmetros

Path

groupId
string
required
ID único do grupo no WhatsApp (formato: 123456789@g.us).

Resposta

{
  "id": "group_id_123@g.us",
  "subject": "Suporte ao Cliente",
  "description": "Grupo oficial de suporte",
  "creation_time": 1705312200,
  "participants_count": 15
}