Skip to main content
GET
/
api
/
v1
/
icp
/
options
Get ICP options
curl --request GET \
  --url https://api.openfunnel.dev/api/v1/icp/options \
  --header 'X-API-Key: <x-api-key>' \
  --header 'X-User-ID: <x-user-id>'
{
  "employee_ranges": [
    "<string>"
  ],
  "funding_stages": [
    "<string>"
  ],
  "locations": [
    {
      "value": "<string>",
      "label": "<string>"
    }
  ],
  "sub_locations": [
    {
      "value": "<string>",
      "label": "<string>"
    }
  ],
  "people_locations": [
    {
      "value": "<string>",
      "label": "<string>"
    }
  ],
  "people_sub_locations": [
    {
      "value": "<string>",
      "label": "<string>"
    }
  ]
}

Headers

X-API-Key
string
required
X-User-ID
string
required

Response

Successful Response

employee_ranges
string[]
required
funding_stages
string[]
required
locations
OptionItem · object[]
required
sub_locations
OptionItem · object[]
required
people_locations
OptionItem · object[]
required
people_sub_locations
OptionItem · object[]
required