curl --request GET \
--url https://api.tryprofound.com/v1/org/personas \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"persona": {
"behavior": {
"painPoints": "<string>",
"motivations": "<string>"
},
"employment": {
"industry": [
"<string>"
],
"jobTitle": [
"<string>"
],
"companySize": [
"<string>"
],
"roleSeniority": [
"<string>"
]
},
"demographics": {
"ageRange": [
"<string>"
]
}
},
"category": {
"id": "<string>",
"name": "<string>"
}
}
]
}curl --request GET \
--url https://api.tryprofound.com/v1/org/personas \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"persona": {
"behavior": {
"painPoints": "<string>",
"motivations": "<string>"
},
"employment": {
"industry": [
"<string>"
],
"jobTitle": [
"<string>"
],
"companySize": [
"<string>"
],
"roleSeniority": [
"<string>"
]
},
"demographics": {
"ageRange": [
"<string>"
]
}
},
"category": {
"id": "<string>",
"name": "<string>"
}
}
]
}Successful Response
Show child attributes
Show child attributes
Was this page helpful?