curl --request POST \
--url https://api.example.com/api/v1/notifications/sync
Copy
Ask AI
{ "notifications": [], "unread_count": 3}
Notifications
Sync Notifications
Recompute and sync notifications from current user data.
POST
/
api
/
v1
/
notifications
/
sync
Sync Notifications
Copy
Ask AI
curl --request POST \
--url https://api.example.com/api/v1/notifications/sync
Copy
Ask AI
{ "notifications": [], "unread_count": 3}
Fetches the user’s current data (tax home, assignments, expenses, credentials, quarterly payments), computes alerts, and syncs them to the database. New alerts are created, resolved alerts are marked as resolved, and duplicates are prevented.This is called automatically on login (fire-and-forget) and by the daily background job.