IP
v1
Enrich Company IP Address
Enriches an input IP (IPv4/IPv6) with matching company information (if any). Note:
- This endpoint requires an active subscription to the IP Enrich product.
- A request will only be counted as a successful match when the company_type attribute is set to company.
:::info Requires the ip:read OAuth2 scope. :::
get/v1/ip/enrich
Query parameters
ipstring required
A valid IPv4 or IPv6 address, e.g. 185.70.216.139 or 2620:0:862:ed1a::1. The IP parameter in the URL should not be quoted (surrounded by " or '). For IPv6, shortened notation is supported, but literal addresses as a part of URI are not. I.e. 2620:0:862:ed1a::1 will succeed, but [2620:0:862:ed1a::1] will return an error response with HTTP status code 400.
account_idstring required
The Leadfeeder Account ID. The Account ID can be retrieved using the List Accounts endpoint.
Response
Success