Skip to content
The No-IP API is in beta and we are actively working on new features and endpoints.

Create a DDNS key.

POST /v1/account/ddns-keys

Create a new DDNS key.

Body

application/json

Body Sample

{
"description": "group-name_1",
"targets": [
{
"name": "dns-name",
"zone_name": "example.com"
}
]
}

Body Description

description string

A friendly title.

Example: group-name_1

* targets array[object]
name string

The DNS name, not including the zone portion.

Example: dns-name

zone_name string

The name of the zone.

Example: example.com

Response