---
title: "List DDNS keys."
method: GET
path: "/v1/account/ddns-keys"
tags: ["DDNS Keys"]
---

# List DDNS keys.

`GET /v1/account/ddns-keys`

Get a paginated collection of DDNS Keys.

## Query parameters

- `offset` integer
- `limit` integer
- `sort` object
  - `created_at` 'asc' | 'desc'
- `filter` object
  - `description` string

## Response `200`

OK

- object
  - `page` AccountPage
    - `offset` integer
    - `limit` integer
    - `total` integer
  - `data` AccountDDNSKey[]
    - `created_at` string, date-time
    - `description` string, nullable
    - `credentials` object
      - `username` string, required
  - `warnings` AccountWarning[]
    - `title` string, nullable — A title for this warning.
    - `detail` string, nullable — Contextual information about this warning.
    - `code` string, nullable — A code for this warning.

## Other responses

- `401` — Unauthenticated
- `429` — Too Many Requests

---

[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)
