Skip to main content
GET
/
v1
/
org
/
personas
Get Personas
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>"
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

Successful Response

data
OrganizationPersonasWithCategory · object[]
required