GET
/
v1
/
breaches
/
statistics
curl --request GET \
  --url https://public-api.tryriot.com/v1/breaches/statistics \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "acknowledged_employees_count": 2,
    "breaches_count": 3,
    "impacted_employees_count": 5,
    "warned_employees_count": 3
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

workspace_id
string
required

ID of the workspace for which to retrieve breaches statistics

breached_after
string

Optional filter to include only breaches that occurred after this date

breached_before
string

Optional filter to include only breaches that occurred before this date

Response

200
application/json

Breaches statistics

The response is of type object.