Notifications
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitnumberOptionalExample:
Maximum number of records to return
50startDatestringOptionalExample:
Filter notifications created on/after this time (ISO or ms)
2024-01-01T00:00:00.000ZendDatestringOptionalExample:
Filter notifications created on/before this time (ISO or ms)
2024-12-31T23:59:59.999ZResponses
200
Notifications retrieved successfully
application/json
Responsearray
get
/notifications200
Notifications retrieved successfully
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringOptional
Notification id to mark as read (takes precedence if provided).
timestampnumberOptional
Unix timestamp in milliseconds. Marks notifications created at or before this time as read.
Responses
200
Number of notifications updated
application/json
Responseobject
post
/notifications/read200
Number of notifications updated
Last updated