Overview
The AnyHouse API allows developers and integration partners to interact with the AnyHouse real estate platform programmatically. Through the API you can retrieve listings, manage leads, and integrate AnyHouse data into external systems such as broker CRMs, websites, or automation workflows.Base URL
All API requests should be made to:Authentication
The API contains both public endpoints and protected endpoints.Public Endpoints
Some endpoints can be accessed without authentication.These are typically used for retrieving publicly available data such as listings.
Protected Endpoints
Certain endpoints require authentication using a Bearer token. To access these endpoints, include the following header in your request:Available Resources
Listings
Retrieve and interact with property listings.
Leads
Capture and manage buyer or renter inquiries.
Next Steps
To start integrating with the API, explore the available resources:- Listings API
- Leads API