Skip to main content
POST
Create a new showing

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header:

Body

application/json
report_id
string<uuid>
required

The report ID this showing belongs to

showing_date
string<date-time>

Date and time of the showing

scheduled_date
string<date-time>

Scheduled date and time of the showing

attendee_name
string
attendee_email
string<email>
attendee_phone
string
agent_name
string
feedback
string
rating
integer
Required range: 1 <= x <= 5
interested
boolean
event_type
enum<string>
default:showing
Available options:
showing,
open_house
title
string
attendees_count
integer
default:1
unique_showing_key
string

Unique identifier for the showing event from external systems. Used for deduplication and integration purposes.

showing_time_start
string<date-time>

Start time of the showing event. Used for API entries to specify exact start time.

showing_time_end
string<date-time>

End time of the showing event. Used for API entries to specify exact end time.

Response

Showing created successfully

data
object
message
string