Update Dynamic DNS (DynDNS) for your domain

Update the IP address associated with your domain via Dynamic DNS. This is useful if your IP address changes regularly. You need a token, which you can obtain from e.g. POST /api/mailrelay/token.

Query Parameters

hostname string required
token string required
ip string

Headers

Accept Example
Content-Type Example

Responses

200

No response body

GET https://cloud.hostup.se/api/dyndns/update
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/dyndns/update?hostname=string&token=string" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{}