GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
files
/
download
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/files/download \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

end_user_id_or_heron_id
string
required

Response

200 - application/zip
OK

The response is of type file.