Look up the business details for supplied addresses
The radius to search a supplied address for business details, this can increase the cost significantly
POST //tools/address-business-details HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 69 { "indexes": { "place": 1, "business": 1, "phone": 1 }, "addresses": [ [ "text" ] ] }
successful operation
{ "places": [ [ "text" ] ] }