Skip to main content
WEBHOOK
accountCheck
{
  "clientId": "<string>",
  "authToken": "<string>",
  "date": "<string>",
  "facebookScore": 123,
  "gmailScore": 123,
  "ipScore": 123
}

Headers

Idenfy-Event-Type
enum<string>
required
Available options:
ACCOUNT_CHECK
Idenfy-Signature
string

Webhook signature

Body

application/json
clientId
string | null
authToken
string | null
date
string | null
facebookScore
number<double> | null
gmailScore
number<double> | null
ipScore
number<double> | null

Response

200

Return a 200 status to indicate that the data was received successfully.