List EndUsers with Summary Information
Get a list of EndUsers
Query parameters
Unique ID generated by Heron
Filter by ID associated with end_user_id field in transactions
Filter by name associated with end user
Filter by status of end user
Pagination page number (optional). If provided, 'limit' must also be provided.
Pagination limit per page (optional). If provided, 'page' must also be provided.
Order to return end users by
Whether the end user is part of a lending portfolio
Whether the to include data sources for each end user
Whether to include scorecard metrics for each end user (under field criteria)
When true, interval_start and interval_end match end users created or last updated within the window. Bounds are inclusive only when this flag is true.
Response
OK
Example response
{
"_meta": {
"limit": 100,
"page": 1,
"pages": 3,
"total": 350
},
"end_users": [
{
"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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.