Endpoint
Paramètres path
| Nom | Type | Requis | Description |
|---|---|---|---|
groupId | UUID | oui | ID du groupe |
Récupère le détail d’un groupe de contacts.
GET /api/v1/contacts/groups/{groupId}
| Nom | Type | Requis | Description |
|---|---|---|---|
groupId | UUID | oui | ID du groupe |
200{
"data": {
"id": "grp_uuid",
"name": "Clients VIP",
"contactCount": 12
}
}