List open demo slots for a day
Returns the start times still open for a Sitefire intro demo on the given day, as ISO 8601 timestamps in the requested timezone. Pass one of them to bookDemo. No API key required.
get/api/book-demo/slots
Query parameters
datestring date required
Example:2026-09-01
Calendar day to list, in YYYY-MM-DD format.
timezonestring
Example:America/New_York
IANA timezone the returned start times should be expressed in. Defaults to UTC.
Response
Open slots for the requested day (empty array when the day is fully booked or in the past).
Changes
No recorded changes to this endpoint across all 1 revision of this API.