Leads & Inquiries

Inquiries

List inquiries

get

Query Parameters

property_idstring

Example:prop_8f2c1a

statusstring

Allowed values:newscoredinviteddeclinedclosed

Example:scored

Response

200 application/json

Results list

dataarray[object]
Show Child Parameters
pageobject

Cursor-based pagination.

Show Child Parameters
get/inquiries
 
200 application/json

Record an inquiry

Typically called from the contact form on the agency’s own website.

post

Body

application/json
property_idstringrequired

Example:prop_8f2c1a

lead_idstringrequired

Example:lead_71ab

messagestring

<= 2000 characters

channelstring

Allowed values:websiteportalphonetrade_fair

Response

201 application/json

Recorded

Inquiry

idstring

Example:inq_5c02

property_idstring

Example:prop_8f2c1a

lead_idstring

Example:lead_71ab

statusstring

Allowed values:newscoredinviteddeclinedclosed

Example:scored

channelstring

Example:website

messagestring

Example:Hello, is the apartment still available? We would like to view it.

received_atstring(date-time)

Example:2026-08-19T17:05:31Z

post/inquiries

Body

{ "property_id": "prop_8f2c1a", "lead_id": "lead_71ab" }
 
201 application/json

Matching

Retrieve an inquiry's score

Shows how well the search profile and the property match - with the
individual criteria, so the rating stays traceable.

get

Path Parameters

inquiryIdstringrequired

Example:inq_5c02

Response

200 application/json

Score

Score

inquiry_idstring

Example:inq_5c02

lead_idstring

Example:lead_71ab

pointsinteger

>= 0<= 100

Example:82

ratingstring

Allowed values:lowmediumhigh

criteriaarray[object]
Show Child Parameters
get/inquiries/{inquiryId}/score
 
200 application/json