Reservation Resource Availability API

Define weekly recurring availability for a resource: one row per time block per day_of_week. The Reservation settings UI replaces all rows for a resource by deleting existing records and creating new ones.

Base endpoint: /reservation-resource-availability

Availability object

json

day_of_week

Integer 0–6 where 0 = Sunday, 1 = Monday, … 6 = Saturday (same as the weekly editor in the app).

start_time / end_time

Local times in HH:mm or HH:mm:ss format as returned by the API (the UI uses five-character HH:mm on create).

Recommended update pattern

  1. GET list filtered by resource_id and organization_id.
  2. DELETE each existing row id.
  3. POST new rows for each day and time block.

See List, Create, Delete.

Report an issue with this documentation

Please log in to report issues with our documentation.