⚠Due to planned maintenance you will experience short (<30 min) downtime between 08:00 - 08:30 CET.
...
Code Block | ||
---|---|---|
| ||
curl https://sandbox-datamanager-api.wmda.info/api/v1/files/download \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ••••••' \
--data '{
"ion": 9999,
"folder": "download",
"fileName": "wmda_data_v22.zip.gpg"
} \
--output wmda_data_v22.zip.gpg |
Guide for troubleshooting of API usage
...