curl --location --request GET 'https://api.leadfeeder.com/v1/companies/ips?account_id=123456&company_ids=4b7e2c9f,5c8f3d0a&max_ip_addresses&include=company' \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"type": "company_ip",
"id": "4b7e2c9f",
"attributes": {
"ips": [
"192.0.2.1-192.0.2.255",
"192.0.3.1-192.0.3.255"
],
"ips_extended": [
{
"start_ip": "192.0.2.1",
"end_ip": "192.0.2.255",
"confidence_score": "very_high",
"location": {
"country_code": "DE",
"region": "Bavaria",
"city": "Munich",
"geonames_id": "2867714"
}
},
{
"start_ip": "192.0.3.1",
"end_ip": "192.0.3.255",
"confidence_score": "high",
"location": {
"country_code": "DE",
"region": "Bavaria",
"city": "Munich",
"geonames_id": "2867714"
}
}
],
"has_other_group_companies_with_ips": false
},
"relationships": {
"company": {
"id": "129011",
"type": "company"
}
}
}
],
"meta": {
"credits": {
"charged": 1
},
"request_id": "abc-123"
}
}