POST
/
api
/
end_user_enrichers
/
{end_user_heron_id}
/
enrich
Trigger enricher execution for a specific end user
curl --request POST \
  --url https://app.herondata.io/api/end_user_enrichers/{end_user_heron_id}/enrich \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "enricher_name": "industry_prediction"
}'
{
  "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

The Heron ID of the end user to enrich

Body

application/json

Response

200 - application/json

Enricher executed successfully

The response is of type object.