Skip to main content
POST
Check a single reservation slot

Authorizations

Authorization
string
header
default:your_token_here
required

Restaurant-scoped partner API token passed as Authorization: Bearer <token>.

Body

application/json

Exact-slot availability validation payload. Send a JSON body, not query parameters.

start_at
string<date-time>
required

Exact slot start datetime to validate.

party_size
integer
required

Party size used to validate the slot.

Required range: x >= 1
room_id
string

Optional room to validate when the shift requires room-specific booking.

Minimum string length: 1
shift_id
string

Optional shift to validate.

Minimum string length: 1

Response

Availability status for the requested slot

data
object
required