Get ICP options
Retrieve ICP
Get ICP options
Return all valid option values for creating an ICP.
Call this endpoint first to discover the allowed values for each field
before calling /api/v1/icp/create.
Response fields:
- employee_ranges: Valid company size range labels (e.g. “1-10”, “11-50”).
Pass one or more of these in
employee_rangeswhen creating an ICP. - funding_stages: Valid funding stage names (e.g. “Seed”, “Series A”).
Use these for
min_fundingandmax_fundingwhen creating an ICP. - locations: Valid company HQ country/region options with
value(code) andlabel(display name). Use thevaluefield forlocationwhen creating an ICP. - sub_locations: Valid US state and city options with
value(code) andlabel(display name). Use thevaluefield forsub_locationswhen creating an ICP. Only applicable whenlocationis exclusively["us"]. - people_locations: Valid country/region options for targeting people by geography.
Use the
valuefield forpeople_locationswhen creating an ICP. - people_sub_locations: Valid US state and city options for targeting people by
sub-region. Use the
valuefield forpeople_sub_locationswhen creating an ICP. Only applicable whenpeople_locationsis exclusively["us"].
GET
Get ICP options
Documentation Index
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.