Get Service Location by ID
GET/calendars/services/locations/:serviceLocationId
Get service location by ID
Request
Version stringrequired
API Version
Available options
v3serviceLocationId stringrequired
Unique Service Location ID
Successful response
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
Service Location ID
locationIdstringrequired
Location ID
namestringrequired
Location name
slugstringrequired
Unique URL-friendly identifier for the service location
isActiveboolean
Whether location is active
Default value:
trueisPrivateboolean
Whether location is private (not shown publicly)
Default value:
falsecoverImagestring
URL of the cover image displayed for this location
locationTypestring
Location type
Available options
offlineask_bookeraddressstring
Use a full street address when locationType is offline. Use a user-facing label when locationType is ask_booker.
phonestring
Contact phone number for the service location
{
"id": "65e5f6dfacf123513228d384",
"locationId": "0007BWpSzSwfiuSl0tR2",
"name": "Downtown Wellness Center",
"slug": "downtown-wellness-center",
"isActive": true,
"isPrivate": false,
"coverImage": "https://storage.example.com/locations/downtown-wellness-center/cover.jpg",
"locationType": "offline",
"address": "456 Market Street, Suite 200, San Francisco, CA 94105",
"phone": "+1-415-555-0198"
}