Zum Inhalt springen

The configured DynDNS service hostnames (for ready-made update URLs).

GET
/dyndns/service-info
curl --request GET \
--url https://example.com/api/v1/dyndns/service-info \
--cookie dnse_session=<dnse_session>

Service hostnames; empty strings when unconfigured.

Media typeapplication/json
object
hostname
string
hostname4
string
hostname6
string
configured
boolean
Examplegenerated
{
"hostname": "example",
"hostname4": "example",
"hostname6": "example",
"configured": true
}