API Reference
Get widget display configuration
Returns the widget display and behavior settings for a brokerage. This is called by the embedded widget on page load to apply the brokerage’s custom branding.
GET
Get widget display configuration
Authorizations
Query Parameters
The brokerage ID.
Response
Widget configuration object.
Widget display and behavior configuration for a brokerage.
Example:
"#1e3a8a"
Example:
"#06b6d4"
Example:
"Acme Realty"
Example:
"Hi! How can I help you find your perfect home today?"
Available options:
rounded, square, pill Example:
"rounded"
Available options:
bottom-right, bottom-left Example:
"bottom-right"
Example:
"Acme Realty Assistant"
Example:
"here to find your next home"
Example:
"Chat with AI"
Example:
false
Previous
Search MLS property listingsSearches live MLS listings for a brokerage. Routes automatically to
IDX Broker or the brokerage's custom database depending on their
integration type.
Supports both structured filters (price, beds, city) and semantic/
natural-language queries via hybrid search mode.
**Search modes:**
- `structured_only` — only apply hard filters, no ranking
- `keyword` — full-text search boost on top of filters
- `semantic` — vector similarity ranking
- `hybrid` — combines keyword and semantic ranking (default)
Next
Get widget display configuration