GET
/
api
/
end_user_files
/
file_classes
curl --request GET \
  --url https://app.herondata.io/api/end_user_files/file_classes \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "display_name": "<string>",
    "grouping": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
OK
name
string
required
display_name
string | null
grouping
string | null