v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUsers

Enrich transactions of EndUser

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 support@herondata.io to upgrade your account.

post/api/end_users/{end_user_id_or_heron_id}/enrich

Path parameters

end_user_id_or_heron_idstring required

Query parameters

priority'normal' | 'high'

Priority for async enrichment

Response

Ok

Example response

{
  "end_user": {
    "confidence": 0.42,
    "created": "2026-06-11T19:53:47.159649",
    "criteria": [
      {
        "context": "higher_is_better",
        "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": [
      {
        "status": "new",
        "type": "pdf"
      }
    ],
    "end_user_id": "1b856eb2-8510-47d9-9025-c1bd7eb5eae4",
    "heron_id": "eus_WAcrEUnGkmMjYoRJBRbpwc",
    "is_portfolio": true,
    "last_processed_at": "2026-07-23T19:53:47.159954",
    "last_updated": "2026-07-23T19:53:47.159683",
    "name": "Company Name Inc.",
    "status": "ready"
  }
}