# In this request, note the use of the
# `.json` URL extension and the accept
# header `application/vnd.mx.logs.v1+json`.
curl -i -X GET https://int-logs.moneydesktop.com/snapshot/{client_id}/{snapshot_guid}/files.json \
-H 'Accept: application/vnd.mx.logs.v1+json' \
-H 'MD-API-KEY: {api_key}'