curl --request GET \
--url https://app.herondata.io/api/analytics/decline \
--header 'x-api-key: <api-key>'{
"check_analytics": [
{
"check_name": "<string>",
"total_failed": 123,
"total_missing_data": 123,
"total_passed": 123
}
],
"total_declined": 123,
"total_end_users": 123
}Returns aggregated decline analytics for end users within a date range, including total end users, total declined, and per-check pass/fail/missing counts. Only the latest policy evaluation per end user is considered.
curl --request GET \
--url https://app.herondata.io/api/analytics/decline \
--header 'x-api-key: <api-key>'{
"check_analytics": [
{
"check_name": "<string>",
"total_failed": 123,
"total_missing_data": 123,
"total_passed": 123
}
],
"total_declined": 123,
"total_end_users": 123
}Start of the date range (filters by end_user created date)
End of the date range (filters by end_user created date)
Was this page helpful?