Endpoint
POST /api/v1/contacts/groups
Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | yes | Group name |
description | string | no | Description |
color | string | no | Color hexadécimale |
Success response 201
{
"data": {
"id": "grp_uuid",
"name": "Clients VIP",
"description": "Clients à forte valeur",
"color": "#F59E0B",
"contactCount": 0
}
}