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 'Authorization: Basic <encoded-value>'
{
  "end_user": {
    "confidence": 0.42,
    "created": "2025-01-21T17:08:55.778815",
    "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": "021fb60f-1904-472d-9700-1db4345fb833",
    "heron_id": "eus_NSZoJSg5u4HKVMTYqkCg2z",
    "is_portfolio": true,
    "last_processed_at": "2025-03-04T17:08:55.779137",
    "last_updated": "2025-03-04T17:08:55.778898",
    "name": "Company Name Inc.",
    "profit_and_loss_layout": "<any>",
    "status": "ready"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

end_user_id_or_heron_id
string
required

Response

200 - application/json
Ok
end_user
object