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.
hostname string required token string required ip string Accept Example Content-Type Example No response body
https://cloud.hostup.se/api/dyndns/update 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" {}