Retrieve all edit entries.

GET /data/edits/all

Filters can be specified in the query string.

Responses

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