Cosmoner Docs
API Reference

Notifications API

Retrieve and manage user notifications.

List Notifications

GET /v1/notifications

Returns the user's last 50 notifications.

Auth: Required


Mark All as Read

PATCH /v1/notifications/read-all

Marks all unread notifications as read.

Auth: Required


Mark One as Read

PATCH /v1/notifications/:id/read

Marks a single notification as read.

Auth: Required

On this page