Skip to main content
GET
/
barbers
/
{id}
/
settings
Get barber settings
curl --request GET \
  --url https://api.guile.app/barbers/{id}/settings \
  --header 'Authorization: Bearer <token>'
{
  "bookingInterval": "15"
}

Path Parameters

id
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.

Barber settings

bookingInterval
enum<string>
required

Appointment booking time interval

Available options:
15,
20,
30,
60