Return last 100 user notifications filtered by given parameters.

GET /data/user/notifications

Responses

  • 200

    100 last user notifications

GET /data/user/notifications
curl \
 --request GET 'http://api.example.com/data/user/notifications' \
 --header "Authorization: $API_KEY"