---
title: "Get a DDNS key."
method: GET
path: "/v1/account/ddns-keys/{ddns_key_username}"
tags: ["DDNS Keys"]
---

# Get a DDNS key.

`GET /v1/account/ddns-keys/{ddns_key_username}`

Get data associated with a DDNS key.

## Path parameters

- `ddns_key_username` string, required

## Response `200`

OK

- object
  - `description` string, nullable
  - `created_at` string, date-time
  - `targets` object[]
    - `name` string — The DNS name, not including the zone portion.
    - `zone_name` string — The name of the zone.
  - `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
- `404` — Not Found
- `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)
