GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
heron_score
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
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Query Parameters

date
string | null

Cut-off date to consider transactions to for calculating heron score (inclusive)

Example:

"2023-01-19"

min_category_confidence
number | null

Minimum company categorisation confidence to calculate Heron Score

Example:

0.8

Response

200 - application/json
OK

The response is of type object.