GET
/
api
/
end_user_files
/
{heron_id}
/
file
curl --request GET \
  --url https://app.herondata.io/api/end_user_files/{heron_id}/file \
  --header 'x-api-key: <api-key>'
{
  "file_b64": "<string>",
  "mime_type": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

The heron_id of the end user file

Response

200 - application/json
OK

The response is of type object.