{{baseUrl}}/autocomplete/:query

GET {{baseUrl}}/autocomplete/:query?lat=<double>&lng=<double>&radius=<integer>

This endpoint performs a search on the list of all the available companies with the given query.

Request Params

KeyDatatypeRequiredDescription
latstringlatitude
lngstringlongitude
radiusstringradius in meters

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;id&quot;:&quot;60b4a85585e34e615c569ef5&quot;,&quot;denominazione&quot;:&quot;ALTRAVIA SERVIZI SOCIETA&#39; A RESPONSABILITA&#39; LIMITATA&quot;}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}