Returns a page of the current user's notifications, newest first.
GET
/v1/notificationsUses 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
- 200
A page of notifications, plus a cursor for the next page when more exist.