Book a Sitefire demo

Books a 30-minute Sitefire intro demo at a start time returned by listDemoSlots. The attendee receives a calendar invitation by email. No API key required.

post/api/book-demo

Request body

namestring required

Attendee's full name.

emailstring email required

Attendee's email address; the calendar invitation is sent here.

timestring date-time required

A start time returned by listDemoSlots.

timezonestring

IANA timezone of the attendee.

Example request

{
  "name": "Ada Lovelace",
  "email": "ada@example.com",
  "timezone": "America/New_York"
}

Response

The demo is booked.

bookedtrue required
startstring date-time required
timezonestring
referencestring nullable

Booking reference, when the scheduler returns one.

messagestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.