Skip to main content
GET
/
cabinet
/
notifications
/
history
Get Notification History
curl --request GET \
  --url http://localhost:8080/cabinet/notifications/history
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

limit
integer
default:20
offset
integer
default:0

Response

Successful Response