Zoning

GET http://127.0.0.1:2026/api/property/zoning

Retrieves information about the different zoning areas 1km around a specified property, including residential, commercial, and other zone types.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/property/zoning" \ -H "Authorization: Bearer test" \ -H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request