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": "6ef66acd-8610-4452-b7d8-4890f4c16d8a",
"confidence": 0.42,
"created": "2026-03-27T21:30:16.766885",
"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_PEfhgop6yLwpPk5EcH5reV",
"is_portfolio": true,
"last_processed_at": "2026-05-08T21:30:16.767186",
"last_updated": "2026-05-08T21:30:16.766923",
"meta": {},
"name": "Company Name Inc.",
"profit_and_loss_layout": null,
"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": "6ef66acd-8610-4452-b7d8-4890f4c16d8a",
"confidence": 0.42,
"created": "2026-03-27T21:30:16.766885",
"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_PEfhgop6yLwpPk5EcH5reV",
"is_portfolio": true,
"last_processed_at": "2026-05-08T21:30:16.767186",
"last_updated": "2026-05-08T21:30:16.766923",
"meta": {},
"name": "Company Name Inc.",
"profit_and_loss_layout": null,
"status": "ready"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?