Skip to main content
GET
/
api
/
v1
/
icp
/
list
List ICPs
curl --request GET \
  --url https://api.openfunnel.dev/api/v1/icp/list \
  --header 'X-API-Key: <x-api-key>' \
  --header 'X-User-ID: <x-user-id>'
{
  "icps": [
    {
      "id": 123,
      "name": "<string>",
      "target_roles": [
        "<string>"
      ],
      "min_employee": 123,
      "max_employee": 123,
      "min_funding": "<string>",
      "max_funding": "<string>",
      "location": [
        "<string>"
      ],
      "sub_locations": [
        "<string>"
      ],
      "people_locations": [
        "<string>"
      ],
      "people_sub_locations": [
        "<string>"
      ]
    }
  ],
  "total_count": 123
}

Headers

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

Response

Successful Response

icps
ICPItem · object[]
required
total_count
integer
required