cURL
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 }
List all ICP profiles for the authenticated user.
Successful Response
Show child attributes