Get anomalies for given EndUser given a category label or heron id
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/anomalies \
--header 'x-api-key: <api-key>'
[
{
"amount": 42.42,
"anomaly_score": 0.5,
"currency": "USD",
"heron_id": "txn_CbggcLfbwDYtqS6sdyWbTD",
"reference_id": "1342db06-feb7-4c33-a157-4351d74a98e9"
}
]
The end_user_id
or heron_id
of EndUser to upload
Label or Heron ID of category to find anomalies for
"Revenue"
OK
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/anomalies \
--header 'x-api-key: <api-key>'
[
{
"amount": 42.42,
"anomaly_score": 0.5,
"currency": "USD",
"heron_id": "txn_CbggcLfbwDYtqS6sdyWbTD",
"reference_id": "1342db06-feb7-4c33-a157-4351d74a98e9"
}
]
Get anomalies for given EndUser given a category label or heron id
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/anomalies \
--header 'x-api-key: <api-key>'
[
{
"amount": 42.42,
"anomaly_score": 0.5,
"currency": "USD",
"heron_id": "txn_CbggcLfbwDYtqS6sdyWbTD",
"reference_id": "1342db06-feb7-4c33-a157-4351d74a98e9"
}
]
The end_user_id
or heron_id
of EndUser to upload
Label or Heron ID of category to find anomalies for
"Revenue"
OK
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/anomalies \
--header 'x-api-key: <api-key>'
[
{
"amount": 42.42,
"anomaly_score": 0.5,
"currency": "USD",
"heron_id": "txn_CbggcLfbwDYtqS6sdyWbTD",
"reference_id": "1342db06-feb7-4c33-a157-4351d74a98e9"
}
]