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": {
"end_user_id": "eaf333e4-c1b6-4def-b2b3-67c47a8fd383",
"confidence": 0.42,
"created": "2025-11-27T11:54:09.631302",
"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_2BJu3H4AxQfdWyqyjZciZf",
"is_portfolio": true,
"last_processed_at": "2026-01-08T11:54:09.631500",
"last_updated": "2026-01-08T11:54:09.631330",
"name": "Company Name Inc.",
"profit_and_loss_layout": "<unknown>",
"status": "ready"
}
}Get an end user using its 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": {
"end_user_id": "eaf333e4-c1b6-4def-b2b3-67c47a8fd383",
"confidence": 0.42,
"created": "2025-11-27T11:54:09.631302",
"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_2BJu3H4AxQfdWyqyjZciZf",
"is_portfolio": true,
"last_processed_at": "2026-01-08T11:54:09.631500",
"last_updated": "2026-01-08T11:54:09.631330",
"name": "Company Name Inc.",
"profit_and_loss_layout": "<unknown>",
"status": "ready"
}
}Was this page helpful?