Retrieve all shot entries.

GET /data/shots/all

Filters can be specified in the query string.

Responses

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