Skip to main content
GET
Get Notifications
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Required Permissions

  • notifications:read
Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

List of notifications

id
string
Example:

"1"

title
string
Example:

"New Message"

message
string
Example:

"You have a new message from User"

read
boolean
Example:

false

createdAt
string<date-time>
Example:

"2025-07-10T14:30:00Z"