Reservations

List reservations

Returns the tables, appointments and requests your agent took, newest start first — the same object every `reservation.*` webhook carries.

GET/api/v1/reservations

Window on the start time with from/to (a day’s service, a week’s load), poll on since (creation time), and name the statuses you want with status; holds and blocked time are returned only when named. Read-only: reservations are made by visitors or by the team from the calendar.

Query parameters

Prop

Type

Response 200

Returns a data array with a pagination object. Each item:

Prop

Type

Errors

  • 400 — Unknown status or an invalid window
  • 401 — Missing or invalid API key
  • 404 — Chatbot not found
  • 429 — Rate limit exceeded

Every error shares one envelope.

Example

curl https://www.hey.support/api/v1/reservations \
  -H 'Authorization: Bearer hs_live_…'