Get Services
GET/calendars/services/catalog
Get all services in a location.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location ID
serviceCategoryId string
Filter by service category ID
isPrivate boolean
Filter services: true = private only, false = public only, unset = all services
Successful response
- application/json
- Schema
- Example (auto)
Schema
servicesobject[]required
List of services
{
"services": [
{
"id": "65e5f6dfacf123513228d384",
"locationId": "0007BWpSzSwfiuSl0tR2",
"name": "Hair Styling"
}
]
}