Docs Draft
Get an API key
API ReferenceMobile & companyIP → company
Phase 2 / planned endpoint
POST/ip_to_company

IP → company

Resolve an IPv4 address to the most likely company candidate using IP intelligence and firmographic signals.

Request body

JSON object

Bearer auth required
ipstring

IPv4 address.

Example: 203.0.113.42

Response

200 · Processed

application/json

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

400

Malformed request body

401

Missing or invalid API key

422

Unsupported filter value

429

Rate limit exceeded