GET
/
api
/
end_user_enrichers
/
{end_user_heron_id}
/
enricher_results
/
{enricher_name}
Get enricher result by enricher name and end user
curl --request GET \
  --url https://app.herondata.io/api/end_user_enrichers/{end_user_heron_id}/enricher_results/{enricher_name} \
  --header 'x-api-key: <api-key>'
{
  "enriched_at": "2023-11-07T05:31:56Z",
  "enricher_name": "<string>",
  "result": {},
  "status": "succeeded"
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_heron_id
string
required

The heron ID of the end user

enricher_name
string
required

The name of the enricher

Response

200
application/json

Successfully retrieved enricher result

The response is of type object.