GET
/
api
/
users
/
file_classes
curl --request GET \
  --url https://app.herondata.io/api/users/file_classes \
  --header 'x-api-key: <api-key>'
[
  {
    "description": "<string>",
    "display_name": "<string>",
    "grouping": "<string>",
    "name": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json
OK

The response is of type object[].