Subdomains

Get all subdomains

Retrieve subdomains associated with a domain

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

This endpoint, by default, will return all subdomains for a domain that have active DNS records. To include subdomains which previously had DNS records set the all parameter to true.

Path Parameters

NameTypeDescription

domain*

String

The domain to fetch subdomains for

Query Parameters

NameTypeDescription

all

Boolean

Include subdomains without DNS records?

Headers

NameTypeDescription

Accept

String

application/json

Accept

String

text/plain

Last updated