cURL
curl --request GET \ --url https://api-sandbox.orum.io/deliver/reports/{id}/download \ --header 'Authorization: Bearer <token>'
"<string>"
Download a single report.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique id for the resource. Orum generated unique id for the resource.
CSV file containing the report data.
The response is of type file.
file
Was this page helpful?