curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/files/download \
--header 'x-api-key: <api-key>'
This response does not have an example.
Download all files for an end user as a zip
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/files/download \
--header 'x-api-key: <api-key>'
This response does not have an example.
OK
The response is of type file
.
Was this page helpful?