In-App Notifications

Last updated: 2026-07-06

In-App Notifications

HaMi Code Việt provides an in-app notification system to keep users updated about important events: learning progress, new certificates, Creator messages, system updates.

API Endpoints

# List notifications
GET /notifications?filter=unread

# Unread count
GET /notifications/unread-count

# Mark as read
POST /notifications/:id/read

# Mark all as read
POST /notifications/read-all

# Delete notification
DELETE /notifications/:id

Notification Types

Managing Notifications

In your settings, you can disable notification types you do not want. The unread count appears on the bell icon in your dashboard.