Skip to main content
GET
/
cabinet
/
notifications
/
history
Get Notification History
curl --request GET \
  --url https://api.example.com/cabinet/notifications/history \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20
offset
integer
default:0

Response

Successful Response