GET
/
api
/
end_user_enrichers
/
fields
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>"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json
OK

The response is of type object[].