...
The most simple form of exporting a single report, requires the report UUID to be provided as part of the endpoint.
In the following examples replace {UUID} with a valid report UUID 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/{UUID}" \
-H "accept: */*" \
-H "X-BLANCCO-API-KEY: {API_KEY}" |
...