The Request List API allows you to retrieve previous Proxy Detection API, Email Verification API, and Device Fingerprinting technology requests to our API based on the date they occurred or custom variables.
- Proxy & VPN Detection API
- Email Verification API
- Phone Number Validation API
- Device Fingerprint API
- Malicious URL Scanner API
- Mobile Device Fingerprinting SDK
- Gaming Fraud Detection SDK
- Dark Web Leak API
- Malware File Scanner API
- Request List API
- Fraud Reporting API
- Credit Usage API
- Bulk Validation CSV API
- Allowlist & Blocklist APIs
- Plugins Platforms & Integrations
- IP Reputation Database
- Custom Integrations
- Country List API
You can retrieve the results of previous requests to our API in bulk for additional external processing. Requests via this API can be made via POST or GET.
You can pass custom tracking variables (such as userID and transactionID) established in your account settings with each API request. This allows our reporting tools to filter by specific variables such as users, products, campaigns, and transactions so you can easily match up records with your system to identify fraudulent activity.
All requests to this API must contain a type parameter corresponding to the original request's type (proxy, email, devicetracker, or mobiletracker).
Requesting a Date Range
The following example request shows how to request a date range from the API:
Using a Custom Variable
Assume you want to find a request with a transactionID of 99. The following example shows how to retrieve all requests with a transactionID of 99.
Note: type is required. See Accepted Parameters for acceptable values. |
This is an example success response in JSON format. Responses are also available in XML format. Details about each of these variables can be found in Response Parameters.
- PHP
- PYTHON