Retrieve all entries for given model.

GET /data/notifications/

Filters can be specified in the query string.

Responses

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