v6

OpenAPI 3.1.02026-08-0331136162.2 KB
Calendar

Create Prospect With Appointment

Create a new prospect with an appointment

post/v1/prospect/appointment

Request body

lead_notestring

Optional note from the lead about the appointment

Example request

{
  "prospect": {
    "email": "john.doe@example.com",
    "phone": "+12025550179",
    "bedrooms": 2,
    "bathrooms": 2,
    "minimum_budget": 1500,
    "maximum_budget": 2500,
    "min_lease_length": 12,
    "max_lease_length": 18,
    "vendor_prospect_id": "etS123456",
    "unit_preference": [
      "101",
      "202",
      "305"
    ],
    "floorplan_preference": [
      "A1",
      "B2",
      "Studio"
    ],
    "new_inquiry_source_data": [
      {
        "name": "Google Ads",
        "session_time": "2026-02-22T21:25:37.797Z"
      }
    ]
  }
}

Response

Successful Response