For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notifications

List my notifications

get

Returns the authenticated user's notifications.

Query parameters
pagenumber · nullableOptional
limitnumber · nullableOptional
sortBystringOptional
sortOrderstring · enumOptionalPossible values:
unreadOnlyboolean · nullableOptional
Responses
200

200

application/json
unreadCountnumberRequired
get/network.cosmik.notification.list
200

200

Get unread notification count

get

Returns the number of unread notifications for the authenticated user.

Responses
200

200

application/json
unreadCountnumberRequired
get/network.cosmik.notification.getUnreadCount
200

200

Mark notifications as read

post

Marks one or more notifications as read by ID.

Body
notificationIdsstring[]Required
Responses
200

200

application/json
markedCountnumberRequired
post/network.cosmik.notification.markRead
200

200

Mark all notifications as read

post

Marks all of the authenticated user's notifications as read.

Body
objectOptional
Responses
200

200

application/json
markedCountnumberRequired
post/network.cosmik.notification.markAllRead
200

200

Last updated