Skip to main content
GET
/
api
/
v1
/
identities
/
{id}
/
personalities
curl -X GET "https://api.orwel.io/api/v1/identities/ee0e8400-e29b-41d4-a716-446655440009/personalities" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "data": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "visitor_id": "660e8400-e29b-41d4-a716-446655440001",
      "score": 85.5,
      "personality": {
        "type": "Analyst",
        "traits": ["detail-oriented", "logical"]
      },
      "features": {},
      "learning_percentage": 0.75,
      "created_at": "2025-01-10T08:00:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://orwel-22af1265.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
The unique identifier of the identity

Response

data
array
Array of visitor persona objects
curl -X GET "https://api.orwel.io/api/v1/identities/ee0e8400-e29b-41d4-a716-446655440009/personalities" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "data": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "visitor_id": "660e8400-e29b-41d4-a716-446655440001",
      "score": 85.5,
      "personality": {
        "type": "Analyst",
        "traits": ["detail-oriented", "logical"]
      },
      "features": {},
      "learning_percentage": 0.75,
      "created_at": "2025-01-10T08:00:00Z"
    }
  ]
}