Skip to main content
GET
/
api
/
v1
/
agents
/
{id}
/
profile
Get agent behavioral profile
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/agents/{id}/profile \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "agentName": "<string>",
    "agentType": "<string>",
    "identityTier": "<string>",
    "avgDailyQueries": 123,
    "termShoppingCount": 123,
    "underwritingCount": 123,
    "policyCheckCount": 123,
    "riskAwarenessScore": 123,
    "toolBreakdown": {},
    "periodDays": 123
  }
}

Authorizations

Authorization
string
header
required

User JWT token for agent management endpoints

Path Parameters

id
integer
required

Response

200 - application/json

Behavioral profile

success
boolean
data
object