POST
/
v2
/
notifications_before_timestamp
curl --request POST \
  --url http://127.0.0.1:9550/v2/notifications_before_timestamp \
  --header 'Content-Type: application/json' \
  --data '{
  "count": 1,
  "timestamp": "<string>"
}'
"<any>"

Fetch notifications that occurred before a specified timestamp for the user’s subscriptions.

Body

application/json
count
integer
required
Required range: x > 0
timestamp
string
required

Response

200
application/json
Successfully retrieved notifications before timestamp

The response is of type any.