curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/heron_score \
--header 'x-api-key: <api-key>'{
"data_quality_issues": [
"transactions_without_timestamps"
],
"feature_groups_contributions": {},
"predicted_at": "2023-11-07T05:31:56Z",
"reference_timestamp": "2023-11-07T05:31:56Z",
"status": "not_available",
"value": 123
}Get Heron Score for end user with a breakdown of the feature group contributions which resulted in the score. The score is calculated for the day of last transaction. This is a beta feature and is subject to change.
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/heron_score \
--header 'x-api-key: <api-key>'{
"data_quality_issues": [
"transactions_without_timestamps"
],
"feature_groups_contributions": {},
"predicted_at": "2023-11-07T05:31:56Z",
"reference_timestamp": "2023-11-07T05:31:56Z",
"status": "not_available",
"value": 123
}Minimum company categorisation confidence to calculate Heron Score
0.8
Cut-off date to consider transactions to for calculating heron score (inclusive)
"2023-01-19"
OK
A list of data quality issues that may have impacted the score
transactions_without_timestamps, date_range_too_low, confidence_too_low, ctg_coverage_too_low, data_volume_too_low, data_not_fresh Show child attributes
When the Heron Score was predicted
When the Heron Score was calculated for; by default the last transaction timestamp for the company
not_available, partially_available, available The Heron Score value
Was this page helpful?