Skip to content
Start here

Behaviours

Get all behaviors and associated configuration
GET/accounts/{account_id}/zt_risk_scoring/behaviors
Update configuration for risk behaviors
PUT/accounts/{account_id}/zt_risk_scoring/behaviors
ModelsExpand Collapse
BehaviourGetResponse = object { behaviors }
behaviors: map[object { description, enabled, name, risk_level } ]
description: string
enabled: boolean
name: string
risk_level: "low" or "medium" or "high"
One of the following:
"low"
"medium"
"high"
BehaviourUpdateResponse = object { behaviors }
behaviors: map[object { enabled, risk_level } ]
enabled: boolean
risk_level: "low" or "medium" or "high"
One of the following:
"low"
"medium"
"high"