v1

latestOpenAPI 3.1.02026-07-244861122.7 KB
DDNS Keys

Get a DDNS key.

Get data associated with a DDNS key.

get/v1/account/ddns-keys/{ddns_key_username}

Path parameters

ddns_key_usernamestring required

The username identifier of a DDNS key.

Response

OK

descriptionstring nullable
created_atstring date-time

Example response

{
  "targets": [
    {
      "name": "dns-name",
      "zone_name": "example.com"
    }
  ]
}
All 48 operations