Skip to main content

List nameservers

GET 

/organizations/organization/dns_zones/nameservers

Return a list of nameservers that should be used for DNS zones within a given organization

Scopes

  • dns
  • dns:read

OAuth2 Scopes

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

Request

Query Parameters

    organization[id] string

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

    organization[sub_domain] string

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

Responses

Return a list of nameservers that should be used for DNS zones within a given organization

Schema

    nameservers string[]required
Loading...