Resolve Visitor IP to Company
resolve_visitor_ipDeanonymize a website visitor IP to the COMPANY that owns it.
Company-level only (no person-level PII). Use for visitor-to-account attribution.
RETURNS: {resolved: bool, company?: {domain, name, employee_range, industry, city, state}}. Returns {resolved: false} when the IP can't be resolved or targeting is not configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | The visitor's IP address (IPv4 or IPv6). |