Version: 1.0.0
Opportify Insights API
Overview
The Opportify Insights API provides access to a powerful and up-to-date platform. With advanced data warehousing and AI-driven capabilities, this API is designed to empower your business to make informed, data-driven decisions and effectively assess potential risks.
Base URL
Use the following base URL for all API requests:
https://api.opportify.ai/insights/v1/<service>/<endpoint>
Features
-
- Validate email syntax.
- Identify email types (free, disposable, private or unknown).
- Real time verifications:
- Reachable: Confirms if the email domain has valid MX DNS records using DNS lookup.
- Deliverable: Simulates an SMTP handshake to check if the email address exists and is deliverable.
- Catch-All: Detects if the domain accepts all emails (catch-all configuration).
- Intelligent Error Correction: Automatically corrects well-known misspelled email addresses.
- Risk Report: Provides an AI-driven normalized score (200-1000) to evaluate email risk, using predefined thresholds.
-
- Connection types: Detects connection types such as
wired
,mobile
,enterprise
,satellite
,VPN
,cloud-provider
,open-proxy
, orTor
. - Geo location: Delivers detailed insights such as country, city, timezone, language preferences, and additional location-based information to enhance regional understanding.
- WHOIS: Provides main details including RIR, ASN, organization, and abuse/admin/technical contacts.
- Trusted Provider Recognition: Identifies if the IP is part of a known trusted provider (e.g., ZTNA - Zero Trust Network Access).
- Blocklist Reports: Retrieves up-to-date blocklist statuses, active reports, and the latest detections.
- Risk Report: Delivers an AI-driven normalized score (200-1000) to evaluate IP risk, supported by predefined thresholds.
- Connection types: Detects connection types such as
Authentication & Security
- API Key: Access to the API requires an API key, which must be included in the request headers. Businesses can generate unlimited API keys directly from their account, offering flexibility and ease of use.
- ACL Rules: Enhance security with Access Control Lists (ACL), allowing you to restrict API access from specific IP addresses or ranges. This feature provides an additional layer of protection by ensuring only authorized IPs can interact with the API.
- No Query Parameters: As a precautionary measure, our API avoids the use of query parameters for all operations, including authentication and handling Personally Identifiable Information (PII). This approach minimizes security risks by preventing sensitive data from being exposed in access logs, browser history, cached URLs, debugging tools, or inadvertently shared URLs. All sensitive information is securely transmitted through headers or the request body.
Authentication
- API Key: opportifyToken
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | x-opportify-token |