Number of APIs: 5
POST https://{{host}}/config-dns/v2/zones?contractId={{contractId}}&gid={{gid}}
Creates a new zone. Carefully review the documentation for which fields are relevant to the type of zone you're creating.
2. List zones
GET https://{{host}}/config-dns/v2/zones
Get a list of all zones that the current user has access to manage. The response is paginated.
GET https://{{host}}/config-dns/v2/zones/:zone
Retrieves the metadata for this zone. Does not include record sets.
PUT https://{{host}}/config-dns/v2/zones/:zone?skipSignAndServeSafetyCheck={{skipSignAndServeSafetyCheck}}
Modifies a zone. You can't change the zone type
with this operation.
GET https://{{host}}/config-dns/v2/zones/:zone/aliases
Show all zones that alias to this zone.
ENDPOINTS