Retrieve all shot entries.

GET /data/shots

Filters can be specified in the query string.

Responses

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