Notifications

Get notifications for the authenticated user

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitnumberOptional

Maximum number of records to return

Example: 50
startDatestringOptional

Filter notifications created on/after this time (ISO or ms)

Example: 2024-01-01T00:00:00.000Z
endDatestringOptional

Filter notifications created on/before this time (ISO or ms)

Example: 2024-12-31T23:59:59.999Z
Responses
chevron-right
200

Notifications retrieved successfully

application/json
Responsearray
get
/notifications
200

Notifications retrieved successfully

Mark a notification by id as read or all up to a timestamp (ms)

post
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
chevron-right
200

Number of notifications updated

application/json
Responseobject
post
/notifications/read
200

Number of notifications updated

Last updated