Phase 2 / planned endpoint
POST
/ip_to_companyIP → company
Resolve an IPv4 address to the most likely company candidate using IP intelligence and firmographic signals.
Request body
JSON object
ipstring IPv4 address.
Example:203.0.113.42 Response
200 · Processed
A processed request returns status: "ok". The nested result may be empty; in that case tokens_charged remains zero.
results.company Best-match company name and domain.
results.confidence Match confidence for the IP-to-company mapping.
metadata.tokens_charged Credits charged for the returned result. Zero for a miss.
metadata.fair_use Remaining records and reset timestamps for applicable plan windows.
Errors
Malformed request body
Missing or invalid API key
Unsupported filter value
Rate limit exceeded