GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id} \
  --header 'x-api-key: <api-key>'
{
  "end_user": {
    "confidence": 0.42,
    "created": "2025-03-19T19:15:20.363128",
    "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": "<any>"
      }
    ],
    "data_sources": [
      {
        "status": "new",
        "type": "pdf"
      }
    ],
    "end_user_id": "e5969dfd-160d-4d0f-8e71-a0c219cebd78",
    "heron_id": "eus_2PbzLP3BSwiWSCdeaKmSUT",
    "is_portfolio": true,
    "last_processed_at": "2025-04-30T19:15:20.363340",
    "last_updated": "2025-04-30T19:15:20.363156",
    "name": "Company Name Inc.",
    "profit_and_loss_layout": "<any>",
    "status": "ready"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Response

200 - application/json
Ok

The response is of type object.