REST API · JSON · OAuth 2.0

Landexar API Reference

Complete endpoint reference for the Landexar property intelligence API. Twelve resource groups covering authentication, property data, development activity, zoning, infrastructure, risk, markets, and more.

Authentication

https://api.landexar.com/v1

The Landexar API uses OAuth 2.0 bearer tokens. All requests must include a valid API key issued from your account dashboard. Keys are scoped to your plan tier and carry rate limits accordingly.

Endpoints

POST/auth/tokenExchange API credentials for a bearer token
POST/auth/refreshRefresh an expiring bearer token
GET/auth/meReturn the authenticated account and plan details

Include your token in every request as: Authorization: Bearer <token>. Tokens expire after 24 hours. Store credentials server-side — never expose API keys in client-side code.

API access requires a Landexar Professional or Enterprise plan. To request access or discuss integration requirements, contact [email protected].

Ready to integrate?

Start with the Integration Guides.