---
title: "Get IP Intelligence"
method: GET
path: "/verify/v1/ip"
tags: ["Verify API"]
---

# Get IP Intelligence

`GET /verify/v1/ip`

Retrieves threat intelligence and geolocation data for the given IP address.

## Query parameters

- `address` string, required

## Response `200`

OK

- RestIpIntelligenceResponse — Response structure for IP intelligence lookup.
  - `geolocation` RestIpIntelligenceGeolocation — Geolocation data related to the IP address.
    - `city` string
    - `country` string
    - `countryIso` string
    - `isEuropeanUnion` boolean
  - `ip` string
  - `message` string
  - `network` RestIpIntelligenceNetwork — Network-related data for the IP address.
    - `asn` string
    - `domain` string
    - `name` string
    - `route` string
    - `type` string
  - `organization` RestIpIntelligenceOrganization — Organizational data for the IP address.
    - `domain` string
    - `linkedin` string
    - `name` string
  - `status` string
  - `threats` RestIpIntelligenceThreats — Threat intelligence data related to the IP address.
    - `isCloudRelay` boolean
    - `isDatacenter` boolean
    - `isMobile` boolean
    - `isProxy` boolean
    - `isTor` boolean
    - `isUnallocated` boolean
    - `isVpn` boolean
  - `time_zone` RestIpIntelligenceTimeZone — Timezone data for the IP address.
    - `abbr` string
    - `current_time` string
    - `is_dst` boolean
    - `name` string
    - `offset` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2024-09-10** `32a769da53f1` — 1 info
  - endpoint added
- **2024-09-10** `1ee4ed170cfa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/customeros/apis/customeros-api/changes/verify/v1/ip/get.md)

---

[API](https://skmtc.dev/customeros/apis/customeros-api.md) · [All operations](https://skmtc.dev/customeros/apis/customeros-api/llms.txt) · [OpenAPI document](https://skmtc.dev/customeros/apis/customeros-api/revisions/4bda56020ba6?raw)
