POST
/
lads
Anomaly Detection API
curl --request POST \
  --url https://lads-api.furo.one/lads \
  --header 'Content-Type: application/json' \
  --data '{
  "ip": "<string>",
  "type": "<string>",
  "status": "<string>",
  "userAgent": "<string>",
  "uid": "<string>",
  "social": "<string>",
  "headers": "<string>",
  "hashedEmail": "<string>",
  "hasedPassword": "<string>",
  "fingerprint": "<string>"
}'
{
  "score": 78,
  "pattern": "A07",
  "fingerprint": "fd8sfnd8dff92m43vxd9"
}

API Key

We are using basic authentication method in HTTP header
usernamepassword
Project IDAPI Key

Request

ip
string
required
user IP Address
type
string
required
login/signup/reset
status
string
required
pending/success/fail
userAgent
string
user agnet value from user browser
uid
string
user indentifier
social
string
Social Login Type
headers
string
Requset headers (allow*)
hashedEmail
string
requested Email (hashed with SHA-1)
hasedPassword
string
requested password (hashed with SHA-1)
fingerprint
string
user device fingerprint
{
  "score": 78,
  "pattern": "A07",
  "fingerprint": "fd8sfnd8dff92m43vxd9"
}

Response

score
number
Score of the anomaly. 0-100 (0: Normal, 100: Anomaly)
pattern
string
Pattern code of the anomaly
fingerprint
string
fingerprint of the user device