IdentitiesGet Account Identities Report

Get Account Identities Report

Get Account Identities Report

curl -X GET "https://api.rad.security/accounts/example_string/identities/reports/latest" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "account_id": "example_string",
  "avg_risk_score": 3.14,
  "avg_risks_per_identity": 3.14,
  "created_at": "example_string",
  "day": 42,
  "hour": 42,
  "id": "example_string",
  "identities_count": 123,
  "identities_with_risks_count": 123,
  "identity_counts_per_level": {},
  "identity_counts_per_risk": {},
  "identity_counts_per_source": {},
  "identity_counts_per_type": {},
  "month": 42,
  "risk_counts_per_identity_type": {},
  "risk_counts_per_source": {},
  "risk_counts_per_type": {},
  "risks_count": 10,
  "year": 42
}
GET
/accounts/{account_id}/identities/reports/latest
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

Responses

account_idstring
avg_risk_scorenumber
avg_risks_per_identitynumber
created_atstring
dayinteger
hourinteger
idstring
identities_countinteger
identities_with_risks_countinteger
identity_counts_per_levelobject
identity_counts_per_riskobject
identity_counts_per_sourceobject
identity_counts_per_typeobject
monthinteger
risk_counts_per_identity_typeobject
risk_counts_per_sourceobject
risk_counts_per_typeobject
risks_countinteger
yearinteger