Segment ICP Analysis
Performs detailed Ideal Customer Profile (ICP) analysis for existing segments.
POST /api/agents/growth/segments/icp
Request Body
{
"siteId": "123e4567-e89b-12d3-a456-426614174000",
"segmentIds": ["uuid1", "uuid2"]
}| Parameter | Type | Required | Description |
|---|---|---|---|
siteId | string | Yes | The UUID of the site. |
segmentIds | string[] | Yes | Array of segment UUIDs to analyze. |
userId | string | No | The UUID of the user. |
agent_id | string | No | The UUID of the specific agent. |
Response
Returns the updated segments with ICP analysis data.
Last updated on