GET
/
api
/
end_user_enrichers
/
fields
curl --request GET \
  --url https://app.herondata.io/api/end_user_enrichers/fields \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "enricher_type": "<string>",
    "fields": [
      "<string>"
    ],
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
OK
enricher_type
string
fields
string[]
name
string