Prospects
Search Locations
Search locations and regional groups accepted by the Prospect API location and company_location filters.
get/api/meta/location_autocomplete
Query parameters
querystring required
Example:tor
Location prefix. Must contain at least 3 characters.
Response
successful
Example response
{
"status": 200,
"data": [
{
"key": "Toronto, Ontario, Canada",
"bucket": "city",
"count": 1234
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.