- Resolve a property with
GET /v1/search/property - Pull permit history with
GET /v1/property/{property_id}/permits - Pull summarized intelligence with
GET /v1/property/{property_id}/profile
Base URLs
- Production:
https://api.homelogs.io
Authentication model
All business endpoints requireX-API-Key. API Gateway enforces:
- API key validity
- Usage plan throttles
- Monthly quotas
Important v1 behavior
- Routes are versioned under
/v1. search/propertyuses ordered matching:exact->normalized->fuzzy.- Fuzzy auto-match returns only when
match_confidence >= 0.85; otherwise404. property_idis a stable property identity token.property/{property_id}/permitssupports cursor pagination.- Invalid
property_idformat returns400; valid but unknown returns404.
Quickstart
Make your first authenticated request in minutes.
API Reference
Full endpoint contract and schemas.

