curl --request GET \
--url https://app.herondata.io/api/end_user_enrichers/fields \
--header 'x-api-key: <api-key>'
[
{
"enricher_type": "<string>",
"fields": [
"<string>"
],
"name": "<string>"
}
]
curl --request GET \
--url https://app.herondata.io/api/end_user_enrichers/fields \
--header 'x-api-key: <api-key>'
[
{
"enricher_type": "<string>",
"fields": [
"<string>"
],
"name": "<string>"
}
]
OK
The response is of type object[]
.