GET
/api/v1/risk
curl \
--request GET 'https://app.fridaypulse.com/api/v1/risk' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"risks": {
"flight": "low_risk",
"burnout": "no_risk",
"under_performance": "high_risk"
},
"sample_date": "2025-07-24",
"contributors": {
"feedback": "no_concern",
"happiness": "no_concern",
"appreciation": "low_concern",
"accomplishment": "high_concern",
"team_cooperation": "no_concern",
"work_life_balance": "no_concern"
}
}
]