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"
}
}
}Retrieve a specific ICP persona by its 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"
}
}
}