Choose your starting point
- Make your first request. Create a token, call
GET /auth, and confirm the access available to your integration in the Quickstart. - Choose an API resource. Use the identifier or result you have to select an existing lookup, retrieval, relation, or search endpoint in Choose an API resource.
- Receive updates. Configure a webhook when your service needs classified notifications instead of polling in Configure webhooks.
What the public API provides
- Call
GET /authto validate a token and inspect its metadata. - Retrieve a resource with
GET /classifieds/{id}orGET /properties/{id}. - Follow existing classified/property relation endpoints when you need the associated resource.
- Search properties with
POST /properties/search. - Receive classified notifications and classified exports through webhooks.
Data access
Responses apply themeta.dataAccessLimit associated with your token. Review it in the /auth response and combine it with explicit request filters when the endpoint supports them. See API tokens and data access for the dashboard setup.
Open the generated API reference in the sidebar for endpoint parameters, payload schemas, and live examples.