curl --request GET \
--url https://app.herondata.io/api/end_user_files/rename_rules/slugs \
--header 'x-api-key: <api-key>'
[
"<string>"
]
Retrieve all file rename rules slugs for the current user.
curl --request GET \
--url https://app.herondata.io/api/end_user_files/rename_rules/slugs \
--header 'x-api-key: <api-key>'
[
"<string>"
]
A list of file rename rule slugs
The response is of type string[]
.
Was this page helpful?