HomeReferenceSnapshotsList Snapshot File URLsList Snapshot File URLs This endpoint returns a JSON array of snapshot file URLs.GET/snapshot/{client_id}/{snapshot_guid}/filesCopy Request sampleLanguage:shell_10# In this request, note the use of the _10# `.json` URL extension and the accept _10# header `application/vnd.mx.logs.v1+json`._10_10curl -i -X GET https://int-logs.moneydesktop.com/snapshot/:client_id/:snapshot_guid/files.json \_10 -H 'Accept: application/vnd.mx.logs.v1+json' \_10 -H 'MD-API-KEY: :api_key'