Anatoa offer plug-ins for the most common scripts, but you can also access our WebServices API directly from your custom developed site. There are 6 methods available. They all operate on three main data entities, which are Profile, Image and Message. There is a Check and a Report method for each data entity.
Check methods are used to retrieve a "fraud probability score" for a given Profile, Picture or Message. We recommend a threshold value of 6.0 for flagging a profile as suspected fraudulent. Report methods are used when you have yourself detected that one of your members is a scammer.
Our WSDL can be found at this URL: http://ws.anatoa.com/ws/?wsdl. It can only be accessed once you have set up a (free) account and registered your website.
| API Calls | Function Name | Parameters | Return Values |
| Report Profile | reportProfile() | API Key UserName Email Address First Name Last Name IPAddress Country Reason for reporting ProxyIP | INVALID KEY IPADDRESS_APIKEY_MISMATCH PROFILE ALREADY REPORTED SUBMITTED_PROFILE_SUCCESS |
| Report Message | reportMessage() | API Key Message Email Address | INVALID KEY IPADDRESS_APIKEY_MISMATCH ERROR_IN_REPORING_MESSAGE_DB SUBMITTED_MESSAGE_SUCCESS |
| Report Image | reportImage() | API Key Image Email Address | INVALID KEY IPADDRESS_APIKEY_MISMATCH IMAGE ALREADY REPORTED SUBMITTED_IMAGE_SUCCESS |
| Check Profile | reportProfile() | API Key UserName Email Address Hash Email Address First Name Last Name IPAddress Counter | INVALID KEY IPADDRESS_APIKEY_MISMATCH USER_INACTIVE USER_SUSPENDED USAGE_COMPLETE Profile Score (0-10) |
| Check Message | reportMessage() | API Key Message | INVALID KEY IPADDRESS_APIKEY_MISMATCH USER_INACTIVE USER_SUSPENDED USAGE_COMPLETE Message Score (0-10) |
| Check Image | reportImage() | API Key Image Hash | INVALID KEY IPADDRESS_APIKEY_MISMATCH USER_INACTIVE USER_SUSPENDED USAGE_COMPLETE Image Score (0-10) |
