Skip to main content

List notifications

GET
/notifications

Contract

Parameter
Value
Sectionnotifications
AuthenticationCookieAuth
Consumesnot required
Producesapplication/json

Parameters

2 parameters

Name
Location
Required
Type
Description
after_idquerynointegerReturn only notifications with an ID greater than this value (cursor)
limitquerynointegerMaximum number of notifications (1–200; otherwise defaults to 50)

Responses

3 responses

Status
Description
Type
200
Response: {notifications: []database.Notification, readAt: timestamp}object
401
Unauthorizedobject
500
Internal server errorobject
  • {}
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }