{{baseUrl}}/indirizzo

GET {{baseUrl}}/indirizzo?provincia=<string>&comune=<string>&sezione=<string>&indirizzo=<string>

Allows you to extract the id_indirizzo through a search, which will then serve as a parameter for the POST/richiesta/indirizzo

Request Params

KeyDatatypeRequiredDescription
provinciastring(Required) Province
comunestring(Required) City
sezionestringSection of the city if it is present
indirizzostring(Required) Address searched; enter only the address and not the toponym

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;indirizzi&quot;:[{&quot;id_indirizzo&quot;:&quot;MjUwNSMyMzYjVklBIERFTCBSSVZP&quot;,&quot;indirizzo&quot;:&quot;VIA DEL RIVO&quot;}]},&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}