Geocode Autocomplete
GET/api/v1/geofences/geocode/autocomplete
Return address autocomplete suggestions for a partial query.
Calls the configured geocoder and maps results to {suggestions: [{text, place_id}]} (D-01).
Rate-limited to 600/h per user to prevent runaway AWS Location cost (D-04).
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 500
- 501
- 502
- 503
- 504
OK
Unauthorized
Forbidden
Not Found
Validation Error
Too Many Requests
Internal Server Error
Not Implemented
Bad Gateway
Service Unavailable
Gateway Timeout