curl https://rolearn.dev/api/alerts/my \
-H "Authorization: Bearer YOUR_TOKEN"
{
"alerts": [
{
"id": 42,
"message": "Blox Fruits CCU exceeded 500,000",
"type": "ccu_spike",
"viewed": false,
"created_at": "2026-03-13T03:15:00Z"
}
]
}
Get all alerts for the authenticated user
curl https://rolearn.dev/api/alerts/my \
-H "Authorization: Bearer YOUR_TOKEN"
{
"alerts": [
{
"id": 42,
"message": "Blox Fruits CCU exceeded 500,000",
"type": "ccu_spike",
"viewed": false,
"created_at": "2026-03-13T03:15:00Z"
}
]
}
curl https://rolearn.dev/api/alerts/my \
-H "Authorization: Bearer YOUR_TOKEN"
{
"alerts": [
{
"id": 42,
"message": "Blox Fruits CCU exceeded 500,000",
"type": "ccu_spike",
"viewed": false,
"created_at": "2026-03-13T03:15:00Z"
}
]
}