curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/enrich \
--header 'x-api-key: <api-key>'{
"end_user": {
"end_user_id": "392bb4b9-189b-4d26-9307-c8c59ddad61d",
"confidence": 0.42,
"created": "2025-10-31T10:00:53.619165",
"criteria": [
{
"context": "higher_is_better",
"currency": "<string>",
"date_range": "last_180_days",
"description": "The number of unique transactions with a timestamp",
"group": "data_quality",
"label": "unique_transactions",
"status": "not_available",
"unit": "n",
"value": 42.42
}
],
"data_sources": [
{
"type": "pdf",
"status": "new"
}
],
"heron_id": "eus_7LXGsUNgVvLQBdN6AriatL",
"is_portfolio": true,
"last_processed_at": "2025-12-12T10:00:53.619655",
"last_updated": "2025-12-12T10:00:53.619229",
"name": "Company Name Inc.",
"profit_and_loss_layout": "<unknown>",
"status": "ready"
}
}Enriches transactions of an end user identified by its end_user_id or heron_id. There is an optional priority parameter that can be set to high to prioritize the enrichment over normal (default) priority. High priority enrichment is only enabled for enterprise-level accounts. Please contact [email protected] to upgrade your account.
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/enrich \
--header 'x-api-key: <api-key>'{
"end_user": {
"end_user_id": "392bb4b9-189b-4d26-9307-c8c59ddad61d",
"confidence": 0.42,
"created": "2025-10-31T10:00:53.619165",
"criteria": [
{
"context": "higher_is_better",
"currency": "<string>",
"date_range": "last_180_days",
"description": "The number of unique transactions with a timestamp",
"group": "data_quality",
"label": "unique_transactions",
"status": "not_available",
"unit": "n",
"value": 42.42
}
],
"data_sources": [
{
"type": "pdf",
"status": "new"
}
],
"heron_id": "eus_7LXGsUNgVvLQBdN6AriatL",
"is_portfolio": true,
"last_processed_at": "2025-12-12T10:00:53.619655",
"last_updated": "2025-12-12T10:00:53.619229",
"name": "Company Name Inc.",
"profit_and_loss_layout": "<unknown>",
"status": "ready"
}
}Was this page helpful?