Viewing Appointments

Confirm a lead's attendance

If the appointment is fully booked, the lead is placed on the waitlist instead.

post

Path Parameters

appointmentIdstringrequired

Example:appt_9a44

Body

application/json
lead_idstringrequired

Example:lead_71ab

guestsinteger

Default:0

>= 0<= 3

Response

application/json

Confirmation recorded

Confirmation

idstring

Example:conf_1f7c

appointment_idstring

Example:appt_9a44

lead_idstring

Example:lead_71ab

statestring

Allowed values:confirmedwaitlistedcancelledattendedno_show

guestsinteger

Example:1

confirmed_atstring(date-time)

Example:2026-08-21T09:14:00Z

post/appointments/{appointmentId}/confirmations

Body

{ "lead_id": "lead_71ab" }
 
application/json

Availability

Query open time slots

Returns bookable slots for a property, derived from the responsible
agent’s stored working hours minus appointments already booked.

get

Query Parameters

property_idstringrequired

Example:prop_8f2c1a

fromstring(date)required
tostring(date)required

Response

200 application/json

Time slots

dataarray[object]
Show Child Parameters
get/availability
 
200 application/json

Feedback

Record feedback after a viewing

The basis for reporting back to the property owner.

post

Path Parameters

appointmentIdstringrequired

Example:appt_9a44

Body

application/json
lead_idstringrequired

Example:lead_71ab

intereststringrequired

Allowed values:intent_to_buystill_consideringnot_interested

price_assessmentstring

Allowed values:fairtoo_hightoo_low

commentstring

<= 1000 characters

Response

201 application/json

Recorded

Feedback

idstring

Example:fb_60d2

appointment_idstring

Example:appt_9a44

lead_idstring

Example:lead_71ab

intereststring

Example:still_considering

price_assessmentstring

Example:too_high

commentstring

Example:Layout works well, but the price is above what we had in mind.

created_atstring(date-time)

Example:2026-09-03T17:12:00Z

post/appointments/{appointmentId}/feedback

Body

{ "lead_id": "lead_71ab", "interest": "intent_to_buy" }
 
201 application/json