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
GETlist filtered byresource_idandorganization_id.DELETEeach existing rowid.POSTnew rows for each day and time block.
Report an issue with this documentation
Please log in to report issues with our documentation.