Reservations
Returns what one agent takes reservations for — its services, with the duration, party range, approval rule and the questions guests are asked — so a reservation’s `service_id` and `answers` can be read against them.
GET
/api/v1/reservation-servicesActive services in the venue’s own order; pass include_inactive=true for the archived ones too.
Query parameters
Prop
Type
Response 200
Returns a data array with a pagination object. Each item:
Prop
Type
Errors
400— chatbot_id is required401— Missing or invalid API key404— Chatbot not found429— Rate limit exceeded
Every error shares one envelope.
Example
curl https://www.hey.support/api/v1/reservation-services \
-H 'Authorization: Bearer hs_live_…'