Skip to main content

Download Snapshots

The URLs returned in the list snapshot file URLs endpoint should be used to download each file individually.

GET
/snapshot/{client_id}/{snapshot_guid}/{file_name}

Request sample

Language:shell

_10
# If using curl, the output response can be
_10
# saved to a file by adding the flag option
_10
# `-o` and specifying the download path and
_10
# file name (e.g. `-o transactions-snapshot.avro.gz`).
_10
_10
curl -X GET https://int-logs.moneydesktop.com/snapshot/ABCBank/CSS-2f5fcc32-2505-41c2-b04e-11a15c4dc37/transactions_cf3586e2a0eeb0049f7074926076acfe -o filename.avro.gz \
_10
-H 'Accept: application/vnd.mx.logs.v1+avro' \
_10
-H 'MD-API-KEY: {api_key}'