v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUserEnrichers

Trigger enricher execution for a specific end user

Executes a specified enricher for an end user and returns the enrichment result. The enrichment result is automatically saved to the database.

post/api/end_user_enrichers/{end_user_heron_id}/enrich

Path parameters

end_user_heron_idstring required

The Heron ID of the end user to enrich

Request body

enricher_namestring required

The name of the enricher to execute

Example request

{
  "enricher_name": "industry_prediction"
}

Response

Enricher executed successfully

enriched_atstring date-time required
enricher_namestring required
resultobject
status'succeeded' | 'failed' | 'processing' | 'missing_input_data' required