---
title: "List zone authorities"
method: GET
path: "/v1/dns/zone-authorities"
tags: ["zone_authorities"]
---

# List zone authorities

`GET /v1/dns/zone-authorities`

List zone authorities

## Query parameters

- `offset` integer
- `limit` integer
- `sort` object
  - `name` 'asc' | 'desc'

## Response `200`

success

- object
  - `data` ZoneAuthority[], required
    - `name` string, required — ## Identifier A string type that has a limited character set, which makes it useful as an easy to type identifier for use in things like URL paths. The restrictions are alphanumeric characters (Unicode is permitted), plus dashes and underscore except for the initial character.
    - `mname` string, nullable
    - `rname` string, nullable
    - `nameservers` string[], nullable
    - `extend` boolean, nullable
  - `page` PageInfo, required
    - `offset` integer, required
    - `limit` integer, required
    - `total` integer, required
  - `warnings` Warning[]
    - `code` string, required — A code for this warning.
    - `title` string, required — A title for this warning.
    - `detail` string, nullable — Contextual information about this warning.

## Other responses

- `401` — unauthorized (code: 2465)

---

[API](https://skmtc.net/noip/apis/no-ip-api.md) · [All operations](https://skmtc.net/noip/apis/no-ip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/noip/no-ip-api/revisions/619d78b2a70e/schema)
