Skip to main content
GET
/
barber
/
{barberId}
/
smartGroups
List smart groups of clients
curl --request GET \
  --url https://api.guile.app/barber/{barberId}/smartGroups \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "active",
      "name": "<string>",
      "strategy": "calculated",
      "count": 123
    }
  ],
  "count": 1
}

Path Parameters

barberId
string<uuid>
required

The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.

Response

Ok. The operation succeeded.

A list of calculated client group summaries.

items
object[]
required
count
integer<int16>
required
Required range: x >= 0