Use the Blocklist API to manage your account's blocklisted variables. You may use the following endpoint to create an entry, which overrides the fraud_score value to 100 and sets appropriate risk analysis variables as true. If the API type supports a valid or active field (such as the email verification or phone verification API endpoints), these values will always be false. You can also add a reason why each entry made this list.
- 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
Creating Blocklist Entries
About
API Request URL
Request Parameters
This API endpoint has 3 required input parameters, and 1 optional parameter.
Required:
- value - The value you wish to block list.
- value_type - What kind of value you're block listing (EG: ip, cidr, etc... see below)
- type - What API you wish to block list this value for. (One of: proxy, url, email, phone, mobiletracker, devicetracker)
Optional:
- reason - Why did this entry make your block list.
Accepted Type | Description | Accepted value_types |
proxy | The IP you wish to add to the blocklist. (e.g., 1.1.1.1) | ip |
A CIDR (formatted IP/network) you wish to add to the blocklist. (e.g., 1.1.1.0/24) | cidr | |
The name of an ISP you wish to blocklist. | isp | |
devicetracker | The DeviceID you wish to blocklist. (e.g., b2q3...) | deviceid |
The IP you wish to add to the blocklist. (e.g., 1.1.1.1) | ip | |
A CIDR (formatted IP/network) you wish to add to the blocklist. (e.g., 1.1.1.0/24) | cidr | |
The name of an ISP you wish to blocklist. (e.g., Spectrum) | isp | |
mobiletracker | The DeviceID you wish to blocklist. (e.g., b2q3...) | deviceid |
The IP you wish to add to the blocklist. (e.g., 1.1.1.1) | ip | |
A CIDR (formatted IP/network) you wish to add to the blocklist. (e.g., 1.1.1.0/24) | cidr | |
The name of an ISP you wish to blocklist. (e.g., Spectrum) | isp | |
The email you wish to blocklist. (e.g., noreply@ipqualityscore.com) | ||
url | The domain you wish to blocklist. (e.g., ipqualityscore.com) | domain |
phone | The phone number you wish to blocklist. (e.g., 1-800-713-2618 or 18007132618) | phone |
custom | The variable you wish to blocklist. (e.g., 1234) | your_custom_variable (e.g., userID) |
Example Response
This is an example success response in JSON format. Responses are also available in XML format.
EXAMPLE CODE
- PHP