Path Parameters
Account ID
Identity ID
Risk type
curl --request GET \
--url https://api.prd.rad.security/accounts/{account_id}/identities/{identity_id}/risks/{risk_type}{
"entries": [
{
"associated_resources": [
{
"id": "<string>",
"name": "<string>",
"severity": "<string>"
}
],
"deleted_at": "<string>",
"description": "<string>",
"fingerprint": "<string>",
"first_detected_at": "<string>",
"id": "<string>",
"identity_id": "<string>",
"last_detected_at": "<string>",
"name": "<string>",
"risk_counter": 123,
"score": 123,
"type": "<string>",
"weight": 123
}
],
"page": 123,
"page_count": 123,
"page_size": 123,
"total_count": 123
}Get Identity Risks of a specific type
curl --request GET \
--url https://api.prd.rad.security/accounts/{account_id}/identities/{identity_id}/risks/{risk_type}{
"entries": [
{
"associated_resources": [
{
"id": "<string>",
"name": "<string>",
"severity": "<string>"
}
],
"deleted_at": "<string>",
"description": "<string>",
"fingerprint": "<string>",
"first_detected_at": "<string>",
"id": "<string>",
"identity_id": "<string>",
"last_detected_at": "<string>",
"name": "<string>",
"risk_counter": 123,
"score": 123,
"type": "<string>",
"weight": 123
}
],
"page": 123,
"page_count": 123,
"page_size": 123,
"total_count": 123
}Account ID
Identity ID
Risk type