Skip to main content
POST
Create an inquiry
Creates a new inquiry thread between the authenticated user and the property’s broker. Requires OAuth or API key authentication.

Request body

uuid
required
The ID of the property to inquire about.
string
required
The buyer’s initial message. Plain text, up to 2000 characters.
string
One of whatsapp, phone, email. Defaults to whatsapp.

Response

object
boolean
Whether a lead credit was charged to the broker’s workspace for this inquiry.

Example

Errors

See Error Reference for shared error codes. Endpoint-specific:
  • property_not_found — the property_id doesn’t exist or is unpublished.
  • self_inquiry_forbidden — you can’t inquire on your own listing.
  • rate_limited — max 10 inquiries per hour per buyer.