v1

latestOpenAPI 3.0.02026-07-224452146.0 KB
Threat Protection

Get the team's threat protection policy

get/team/threat-protection

Response

Effective threat protection policy for the team's organization.

successboolean

Example response

{
  "success": true,
  "data": {
    "mode": "normal",
    "riskScoreThreshold": 75,
    "blacklist": [
      "*.risky.example"
    ],
    "whitelist": [
      "*.trusted.example"
    ],
    "blockedTlds": [
      "zip"
    ],
    "failurePolicy": "closed",
    "allowRequestOverrides": true,
    "configured": true
  }
}