...
| Code Block | ||
|---|---|---|
| ||
curl -X "GET" \
"https://api.eu-west-1.blancco.cloud/v1/report/export/{UUID}?format=PDF" \
-H "accept: */*" \
-H "X-BLANCCO-API-KEY: {API_KEY}" |
...
In the following examples replace {IMEI} with a valid device IMEI and {API_KEY} with the key string of your API key. If you don't have an API key yet, see more details from API Keys documentation.
| Code Block | ||
|---|---|---|
| ||
curl -X "GET" \
"https://api.eu-west-1.blancco.cloud/v1/report/export?@imei={IMEI}" \
-H "accept: */*" \
-H "X-BLANCCO-API-KEY: {API_KEY}" |
...