Phishing Site Detection API
Parameters
Parameters | Type | Required | Description |
---|---|---|---|
url | String | TRUE | Url |
Request Headers
Parameters | Type | Required | Description |
---|---|---|---|
Authorization | String | FALSE |
Parameter | Description |
---|---|
phishing_site | It means whether the website is a phishing site.
"1" means true;
"0" means that we have not found malicious behavior of this website. |
Response to a successful request:
{
"code": 1,
"message": "OK",
"result": {
"phishing_site": 1
}
}
Last modified 2mo ago