Skip to main content
GET
/
api
/
campaigns
/
icp-personas
/
{icpId}
Get ICP persona by ID
curl --request GET \
  --url https://apiv1.delightloop.ai/api/campaigns/icp-personas/{icpId} \
  --header 'x-api-key: <x-api-key>'
{
  "icpPersona": {
    "icpId": "icp_tech_vp_eng_india",
    "organizationId": "org-06542dd4",
    "createdBy": "user-9182ed5b",
    "persona": {
      "name": "Tech Company VP of Engineering",
      "description": "VP/CTO leading engineering in Indian tech firms.",
      "job_titles": [
        "VP of Engineering",
        "CTO",
        "Director of Engineering"
      ],
      "departments": [
        "Engineering",
        "Technology",
        "Product Development"
      ],
      "seniority_levels": [
        "VP",
        "C-level executives",
        "Director"
      ],
      "contact_locations": [
        {
          "country": "India",
          "region": "Asia-Pacific"
        }
      ]
    },
    "company": {},
    "status": "active",
    "createdAt": "2024-01-01T00:00:00.000Z",
    "updatedAt": "2024-01-01T00:00:00.000Z",
    "metadata": {
      "tags": [
        "enterprise",
        "tech"
      ],
      "priority": "high"
    }
  }
}

Headers

x-api-key
string
required

auth key

Path Parameters

icpId
string
required

ICP persona ID

Example:

"icp_tech_vp_eng_india"

Response

ICP persona retrieved successfully

icpPersona
object
required

ICP persona details