Skip to content
Start here

Devices

DevicesISPs

List device ISPs
GET/accounts/{account_id}/dex/devices/{device_id}/isps
ModelsExpand Collapse
ISPs object { isps }
isps: array of object { test_id, test_result_id, time_start, ip }
test_id: string

The test that generated this result.

test_result_id: string

The specific test result.

time_start: string

Timestamp of when the ISP was observed.

formatdate-time
ip: optional object { address, asn, aso, 4 more }

IP address information for the ISP hop. Fields marked as PII-gated (name, address, netmask, and all location sub-fields) will be returned as the literal string "REDACTED" for callers that do not have the PII permission. asn, aso, and version are always returned regardless of PII access.

address: optional string

IP address. Returned as "REDACTED" without PII permission.

asn: optional number

Autonomous System Number.

aso: optional string

Autonomous System Organization name.

location: optional object { city, country_iso, state_iso, zip }

Geographic location information. All fields are returned as the literal string "REDACTED" for callers that do not have the PII permission.

city: optional string

City name. Returned as "REDACTED" without PII permission.

country_iso: optional string

Country ISO code. Returned as "REDACTED" without PII permission.

state_iso: optional string

State/province ISO code. Returned as "REDACTED" without PII permission.

zip: optional string

ZIP/postal code. Returned as "REDACTED" without PII permission.

name: optional string

Named IP address (reverse DNS hostname when available). Returned as "REDACTED" without PII permission.

netmask: optional string

Network mask. Returned as "REDACTED" without PII permission.

version: optional number

IP version (1 for IPv4, 2 for IPv6, 0 if unknown).