Skip to main content
POST
/
v2
/
last_notifications
cURL
curl --request POST \
  --url http://127.0.0.1:9550/v2/last_notifications \
  --header 'Content-Type: application/json' \
  --data '
{
  "count": 1,
  "timestamp": "<string>"
}
'
{
  "code": 1,
  "error": "<string>",
  "message": "<string>"
}
Retrieve the most recent notifications for the current user’s subscriptions.

Body

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

Response

Successfully retrieved last notifications