---
title: "Create a DDNS key."
method: POST
path: "/v1/account/ddns-keys"
tags: ["DDNS Keys"]
---

# Create a DDNS key.

`POST /v1/account/ddns-keys`

Create a new DDNS key.

## Request body

- AccountDDNSKeyRequestPost
  - `description` string — A friendly title.
  - `targets` object[], required
    - `name` string — The DNS name, not including the zone portion.
    - `zone_name` string — The name of the zone.

## Response `201`

Created

- object
  - `created_at` string, date-time
  - `description` string, nullable
  - `credentials` object
    - `username` string, required
    - `password` string
  - `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
- `402` — Payment required
- `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)
