Reservations

Get a reservation

Returns one reservation by its UUID — the id a webhook or the list named.

GET/api/v1/reservations/{id}

Responds 404 rather than 403 when the reservation belongs to another workspace, so ids cannot be enumerated.

Path parameters

Prop

Type

Response 200

Prop

Type

Errors

  • 401 — Missing or invalid API key
  • 404 — Not found
  • 429 — Rate limit exceeded

Every error shares one envelope.

Example

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