Stytch · Schema

api_fraud_v1_fraud_verdict_reasons_ListRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
overrides_only boolean Whether to return only verdict reasons that have overrides set. Defaults to false.
View JSON Schema on GitHub

JSON Schema

stytch-api-fraud-v1-fraud-verdict-reasons-listrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_fraud_v1_fraud_verdict_reasons_ListRequest",
  "title": "api_fraud_v1_fraud_verdict_reasons_ListRequest",
  "type": "object",
  "properties": {
    "overrides_only": {
      "type": "boolean",
      "description": "Whether to return only verdict reasons that have overrides set. Defaults to false."
    }
  },
  "description": "Request type"
}