WorkOS

radar.attempts.create

Assess a request for risk using the Radar engine and receive a verdict.

Remote workos

Other tools also called radar.attempts.create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "description": "The email address of the user making the request."
    },
    "action": {
      "enum": [
        "login",
        "signup",
        "sign-up",
        "sign-in",
        "sign_up",
        "sign_in",
        "sign in",
        "sign up"
      ],
      "type": "string",
      "description": "The action being performed."
    },
    "bot_score": {
      "type": "string",
      "description": "An optional bot detection score for the request."
    },
    "ip_address": {
      "type": "string",
      "description": "The IP address of the request to assess."
    },
    "user_agent": {
      "type": "string",
      "description": "The user agent string of the request to assess."
    },
    "auth_method": {
      "enum": [
        "Password",
        "Passkey",
        "Authenticator",
        "SMS_OTP",
        "Email_OTP",
        "Social",
        "SSO",
        "Other"
      ],
      "type": "string",
      "description": "The authentication method being used."
    },
    "device_fingerprint": {
      "type": "string",
      "description": "An optional device fingerprint for the request."
    }
  }
}
          

Provider

WorkOS →