Domains

Get all domains

Retrieve all domains associated with the authenticated user

GET https://api.packetengine.co.uk/v1/domains

{
  "domains": [
    {
      "domain": "kohls.com",
      "subdomains_count": 862
    }
  ]
}

Get a specific domain

Retrieve details of a specific domain associated with the authenticated user

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

{
  "domain": {
    "domain": "kohls.com",
    "subdomains_count": 862
  }
}

Last updated