{
"clientId": "<string>",
"authToken": "<string>",
"date": "<string>",
"facebookScore": 123,
"gmailScore": 123,
"ipScore": 123
}Account check
This notification is sent when an account social media check is completed.
WEBHOOK
accountCheck
{
"clientId": "<string>",
"authToken": "<string>",
"date": "<string>",
"facebookScore": 123,
"gmailScore": 123,
"ipScore": 123
}Headers
Available options:
ACCOUNT_CHECK Webhook signature
Body
application/json
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?