Skip to main content

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

GET
/v1/notifications

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.