GET
/
api
/
end_user_enrichers
/
{end_user_heron_id}
/
enricher_results
Get enrichment results for an end user
curl --request GET \
  --url https://app.herondata.io/api/end_user_enrichers/{end_user_heron_id}/enricher_results \
  --header 'x-api-key: <api-key>'
[
  {
    "enriched_at": "2023-11-07T05:31:56Z",
    "enricher_name": "<string>",
    "result": {}
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_heron_id
string
required

Response

200 - application/json

OK

The response is of type object[].