IPs

Get all IPs

Retrieve all IPs associated with a domain

GET https://api.packetengine.co.uk/v1/domains/{domain}/ips

This endpoint will return all IPs from a domain's active subdomains.

Path Parameters

Name
Type
Description

domain*

String

The domain to fetch IPs for

Query Parameters

Name
Type
Description

without-tags

String

Tags to exclude

Headers

Name
Type
Description

Accept

String

application/json

Accept

String

text/plain

{
  "ips": [
    "52.114.60.107",
    "157.55.207.199",
    "4.209.32.198",
    "40.80.218.133",
    "52.165.20.246",
    "157.55.44.24",
    "52.142.26.10",
    "157.56.209.210",
    "131.107.71.226",
    "131.107.115.163",
    "94.245.126.71",
    "131.107.1.98"
  ]
}

Last updated