Skip to main content

List Notifications

GET
/notifications

Returns a page of the current user's notifications, newest first.

Uses cursor-based (keyset) pagination rather than page numbers. Leave cursor empty for the first page; to fetch the next page, pass back the nextCursor value from the previous response. When nextCursor is null there are no more notifications.

Request

Responses

A page of notifications, plus a cursor for the next page when more exist.