Create a new Ideal Customer Profile (ICP).
An ICP defines the target company and people segments for signal discovery.
Before calling this endpoint, call GET /api/v1/icp/options to retrieve
all valid values for employee_ranges, funding stages, locations, and sub_locations.
Required fields:
employee_ranges list returned by /api/v1/icp/options.
Multiple ranges are collapsed to an overall min/max employee count internally.value field from the
locations list returned by /api/v1/icp/options (e.g., [“us”, “uk”, “ca”]).Optional fields:
funding_stages list returned by /api/v1/icp/options."AND" (company must match both employee count
AND funding stage) or "OR" (company must match either). Omit or set to null if no
combination logic is needed.value field from the
sub_locations list returned by /api/v1/icp/options
(e.g., [“ca”, “san-francisco-ca”, “ny”]).
Only applicable when location is exclusively ["us"].value field from
the people_locations list returned by /api/v1/icp/options (e.g., [“us”, “ca”]).value field
from the people_sub_locations list returned by /api/v1/icp/options
(e.g., [“san-francisco-ca”, “austin-tx”]).
Only applicable when people_locations is exclusively ["us"].AND, OR Successful Response