GET
/
deliver
/
reports
/
{id}
/
download
Download a report
curl --request GET \
  --url https://api-sandbox.orum.io/deliver/reports/{id}/download \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string<uuid>
required

Unique id for the resource.

Response

200
text/csv

CSV file containing the report data.

The response is of type file.