v6
OpenAPI 3.1.02026-08-0331136162.2 KBProspect
Create Prospect Endpoint
Note: Additional event types or fields may be added
post/v1/prospect
Request body
Example request
{
"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"
}
],
"elise_prospect_id": "c21b94e2-0280-415d-9d1e-091b547a0061",
"property_id": "c21b94e2-0280-415d-9d1e-091b547a0061",
"source": "Zillow",
"external_prospect_id": "PMS123456",
"external_property_id": "property123",
"status": "ApplicationStarted",
"events": [
{
"provider": "checkpoint",
"expiration_date": "2025-12-31T23:59:59Z",
"verification_id": "chk_12345abcde"
}
]
}Response
Successful Response