v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Notifications

List notifications

get/api/1/account/notifications

Request body

end_datestring nullable

Must be a valid date.

start_datestring nullable

Must be a valid date.

actionsstring[] required
usersinteger[] required
scope'internal' | 'external' nullable
unreadboolean nullable

Options.

limitinteger

Example request

{
  "end_date": "2026-06-29T18:54:47",
  "start_date": "2026-06-29T18:54:47",
  "actions": [
    "architecto"
  ],
  "users": [
    16
  ],
  "scope": "external",
  "unread": true,
  "limit": 16
}