Retrieve all asset shots for given shot.

GET /data/shots/{shot_id}/asset-types

Responses

  • All asset shots for given shot

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