GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
export_spreadsheet
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/export_spreadsheet \
  --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/vnd.openxmlformats-officedocument.spreadsheetml.sheet
OK

The response is of type file.