⚠Due to planned maintenance you will experience short (<30 min) downtime between 08:00 - 08:30 CET.
...
Code Block | ||
---|---|---|
| ||
curl -i 'https://sandbox-datamanager-api.wmda.info/api/v1/ions/list' \ --header 'Authorization: Bearer ••••••' \ --header 'Content-Type: application/json' |
For windows user, please use double quote instead single quote for the reqest:
Code Block | ||
---|---|---|
| ||
curl -i "https://sandbox-datamanager-api.wmda.info/api/v1/ions/list" \
--header "Authorization: Bearer ••••••" \
--header "Content-Type: application/json" |
Upload
Below is a suggestion for curl call based on the Data Manager swagger doc to upload a file for an ION.
...