Skip to main content
GET
/
notifications
/
get-notifications
Get Notifications
curl --request GET \
  --url http://localhost:3000/api/notifications/get-notifications
{
  "notifications": [
    {
      "id": "<string>",
      "userId": "<string>",
      "type": "<string>",
      "data": {},
      "isRead": true,
      "createdAt": 123
    }
  ],
  "userNotificationInfo": {
    "id": "<string>",
    "newNotificationIds": [
      "<string>"
    ],
    "lastUpdated": 123
  }
}

Response

200 - application/json

Notifications retrieved successfully

notifications
object[]
required
userNotificationInfo
object
required