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
The response is of type object
.
Was this page helpful?