IPInfo
8 min
this readme file provides information and instructions on how to use the ipinfo io connector integration, which allows you to retrieve ip address information directly from the ipinfo io api the ipinfo io connector integration is a powerful tool that allows you to retrieve detailed information about ip addresses, including geolocation data, network information, and much more with this integration, you can easily integrate ipinfo io into your existing applications and services, providing you with a wealth of valuable data and insights requirements to use the ipinfo io connector integration, you will need a valid ipinfo io api key an active subscription to the ipinfo io service keep in mind that to use all possible outputs, a business subscription is needed api documentation for full documentation on the ipinfo io api, including detailed information on available endpoints and response formats, please refer to the official ipinfo io documentation https //ipinfo io/developers configurations ipinfo asset ipinfo asset configuration parameters parameter description type required token the api key string required actions get ip get ip details endpoint method get input argument name type required description ip string required parameter for get ip output parameter type description status code number http status code of the response reason string response reason phrase headers object http headers for the request details object output field details ip string output field ip hostname string name of the resource city string output field city region string output field region country string output field country loc string output field loc postal string output field postal timezone string output field timezone asn object output field asn asn string output field asn name string name of the resource domain string output field domain route string output field route type string type of the resource company object output field company name string name of the resource domain string output field domain type string type of the resource carrier object output field carrier name string name of the resource mcc string output field mcc example \[ { "status code" 200, "reason" "ok", "headers" null, "details" { "ip" "66 87 125 5", "hostname" "ip 66 87 125 5 spfdma spcsdns net", "city" "springfield", "region" "massachusetts", "country" "us", "loc" "42 1015, 72 5898", "postal" "01101", "timezone" "america/new york", "asn" {}, "company" {}, "carrier" {}, "privacy" {}, "abuse" {}, "domains" {} } } ]