# Locations Search for locations by text for contact filtering Endpoint: POST /prospecting/filters/contacts/locations Security: ApiKeyAuth ## Request fields (application/json): - `text` (string, required) Search text for location Example: "un" ## Response 200 fields (application/json): - `continent` (string) Example: "North America" - `country` (string) Example: "United States" - `city` (string) Example: "New York" - `state` (string) Example: "New York" - `country_grouping` (string) Example: "na" ## Response 401 fields (application/json): - `error` (object, required) - `error.code` (integer, required) HTTP status code - `error.message` (string, required) Error message