Skip to main content

List Snapshot File URLs

This endpoint returns a JSON array of snapshot file URLs.

GET
/snapshot/{client_id}/{snapshot_guid}/files

Request sample

Language: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
_10
curl -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'