Skip to main content

Create DNS zone

POST 

/organizations/organization/dns_zones

Create a new DNS zone within an existing organization

Scopes

  • dns

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    organization

    object

    required

    All 'organization[]' params are mutually exclusive, only one can be provided.

    id string
    sub_domain string

    properties

    object

    required

    name string

    The name of the zone (only available for creation)

    default_ttl integer
    verified boolean

    Creates a zone without requiring any verification to be performed. Internal use only (this requires the 'dns_zones:create:verified' capability).

Responses

Create a new DNS zone within an existing organization

Schema

    dns_zone

    object

    required

    id string
    name string
    default_ttl integer
    verified boolean
Loading...