API Reference
Notifications API
Retrieve and manage user notifications.
List Notifications
GET /v1/notificationsReturns the user's last 50 notifications.
Auth: Required
Mark All as Read
PATCH /v1/notifications/read-allMarks all unread notifications as read.
Auth: Required
Mark One as Read
PATCH /v1/notifications/:id/readMarks a single notification as read.
Auth: Required