API reference / notifications

notifications

GET/api/v1/notifications

The signed-in user's own notifications, newest first, with an unread count

Auth:
required
Response:
{ data }
PATCH/api/v1/notifications

Mark the caller's own notifications as read

Auth:
required
Response:
{ data }
GET/api/v1/notifications/preferences

List preferences

Auth:
required
Response:
{ data }
PUT/api/v1/notifications/preferences

Update preference

Auth:
required
Response:
{ data }
notifications API — Peer10 Developers