GET
/
api
/
end_user_files
/
rename_rules
/
slugs
curl --request GET \
  --url https://app.herondata.io/api/end_user_files/rename_rules/slugs \
  --header 'x-api-key: <api-key>'
[
  "<string>"
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json
A list of file rename rule slugs

The response is of type string[].