crisphive
BookingsBooking availability (business actor)

Booking availability (business actor)

Real-time appointment availability from the scheduling engine: returns the bookable date + time-period windows given technician capacity, working hours and service-territory coverage. Call this before creating a job request and offer the customer ONLY the returned windows — it prevents unschedulable bookings.

Arguments

X-Timezonestringheaderrequired
Customer IANA timezone
fromstringqueryoptional
Start YYYY-MM-DD
tostringqueryoptional
End YYYY-MM-DD
GET/v1/job-requests/booking-windows
curl -X GET "https://api.crisphive.com/v1/job-requests/booking-windows" \
  -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT" \
  -H "X-Timezone: America/New_York"

Responses