GET /data-api/v3/users/{user_id} HTTP/1.1
Host: server.telemetry.services.yofi.ai
Authorization: Bearer YOUR_SECRET_TOKEN
x-scope-partner-id: text
x-scope-app-id: text
x-scope-organization-id: text
Accept: */*
GET /data-api/v3/users/{user_id}/predictions HTTP/1.1
Host: server.telemetry.services.yofi.ai
Authorization: Bearer YOUR_SECRET_TOKEN
x-scope-partner-id: text
x-scope-app-id: text
x-scope-organization-id: text
Accept: */*
{
"trace_id": "text",
"data": [
{
"type": "prediction",
"id": "text",
"attributes": {
"prediction_id": "c545c017598956b55df7811f0fdb2164681557447481c159a4b93ec0f4503734",
"entity_id": "jid-e90328e0-1be9-540e-8671-41acd5cc9a5d",
"entity_type": "journey",
"app_id": "77b395e7-3c13-4121-9894-f8d21e3e597f",
"model_name": "RuleBasedBotDetector",
"model_type": "rule_based",
"model_level": "journey",
"model_version": "0.0.1",
"prediction_category": "bot",
"prediction_subcategory": "botd_detect",
"label_name": "Bot - BotD Detect",
"is_public_model": true,
"predicted_value": 1,
"severity": "high",
"value_type": "number",
"indicators": [
{
"indicatorName": "botd sessions count",
"indicatorDescription": "This journey contains sessions that are detected by botd.",
"indicatorRiskLevel": "high",
"value": "3"
},
{
"indicatorName": "suspicious behavior patterns",
"indicatorDescription": "Detected automated navigation patterns typical of bots",
"indicatorRiskLevel": "medium",
"value": "true"
},
{
"indicatorName": "session frequency",
"indicatorDescription": "Unusually high number of sessions in short time period",
"indicatorRiskLevel": "medium",
"value": "high"
}
],
"justification": "This journey is flagged by BotD due to multiple suspicious sessions and automated navigation patterns.",
"prediction_source": "stream",
"created_at": "2025-09-10T03:45:29.113091Z",
"updated_at": "2025-09-10T03:45:29.113101Z"
}
}
]
}