# 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'
Snapshots
List Snapshot File URLs
This endpoint returns a JSON array of snapshot file URLs.
GET
/
snapshot
/
{client_id}
/
{snapshot_guid}
/
files
# 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'
# 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'