Documentation
  • Overview
  • How It Works
  • Developer API
    • Introduction
    • Initial Test
    • Setup
    • JS SDK
    • HTTPS API
      • Identity
      • Identity Status
      • Signal
    • Webhook
    • User Involvement
    • Bans
    • Boilerplates
      • Node.js
    • Types
      • Identity
      • Signal
      • Event
        • Type
        • Level
        • EventSignal
        • Recommendation
          • Ban
            • Action
          • Type
      • ImmediateResult
      • Identifiers
      • Device
      • Location
      • Carrier
      • IP
      • Tor
      • VPN
      • Approvable
Powered by GitBook
On this page
  • event.level enum
  • Possible values
  1. Developer API
  2. Types
  3. Event

Level

event.level enum

Possible values

INFO

Normal events, such as when a user opts in or a new Identity is created.

WARNING

Potential risk events, such as when a user is accessing their account from an unrecognized device, location, VPN provider, or Tor, or when a single IP has created too many accounts.

CRITICAL

High risk events, such as when a user is accessing their account from a known bad IP, when a rejected device continues to access a user's account, when too many failed login attempts have occurred, or when we have detected impossible travel.

PreviousTypeNextEventSignal

Last updated 2 years ago