cURL
curl --request GET \ --url https://lens-api.tic.io/properties/by-location \ --header 'x-api-key: <api-key>'
{ "registerEnhetObjektIdentitet": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "beteckning": "<string>", "trakt": "<string>", "block": "<string>", "enhet": 123, "kommunkod": "<string>", "kommunnamn": "<string>", "lanskod": "<string>" }
Gets the property (fastighet) containing the given WGS84 position.
The latitude of the position (WGS84)
The longitude of the position (WGS84)
OK