Get GNAF_ID (Geocoder)
GET http://127.0.0.1:2026/api/property/address
Retrieves address information including GnafID for a given address query. Returns the top 10 matching results sorted by relevance.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/property/address" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request