Venues
Retrieve a venue
Fetch a single venue’s public profile.
GET
Returns the public profile of one venue. Requires the
venues:read scope.
This endpoint returns venue metadata only — it does not embed the
treatment catalogue. To get the venue’s treatments, call
GET /v1/venues/{venue_id}/treatments.Path parameters
The venue identifier — either the UUID
id or the human-readable slug
returned by GET /v1/venues.Response
A Venue object (detail shape). The detail shape exposes
scheduling fields (
opening_time, closing_time, slot_interval,
recurrence, booking-hold and out-of-hours settings) that the list shape
omits.Errors
| HTTP | Body | Meaning |
|---|---|---|
| 403 | { "error": "Forbidden" } | Your key is scoped to another venue |
| 404 | { "error": "Venue not found" } | Unknown id, or the venue is not public |