Skip to main content
GET
FetchDomainWithSubDomains

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Id of the domain. Accepts the bare UUID or the domain-<uuid> form.

Pattern: ^(domain-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Query Parameters

excludeDefinition
boolean

Omit the membership definition from each domain.

Response

200 - application/json

Success

domains
object

The domain and its direct sub-domains, keyed by id.