DynDNS API Description
For any developer we provide here the whole api description, with any parameter, option and the meaning of the response codes.
Update URL https://myonlineportal.net/updateddns is the official working update url.
For compatibility reasons we also provide
- https://myonlineportal.net/dyndnsupdate.htm
- https://myonlineportal.net/dyndnsupdate
- https://myonlineportal.net/updatedyndns
- https://myonlineportal.net/nic/update
- Within the URL: https://username:password@myonlineportal.net/updateddns
- In the http header: Authorization: Basic base-64-encoded-string
- With Paramters: username and password
https://myonlineportal.net/updateddns?username=USERNAME&password=PASSWORD
- The myonlineportal username
- As described in the Authorization, this can be an alternative option for authorization
- The myonlineportal password
- As described in the Authorization, this can be an alternative option for authorization
- The hostname for the update
- this must contain the whole domain name
- The new ip for the hostname
- Can be an ipv4 or an ipv6 address
- If this parameter is missing, we try to detect your ip automatically
- myip is an alias for this parameter
- The new ipv6 for the hostname
- Can be used parallel with the ip parameter and a ipv4 address
- With this parameter and the ip parameter a domain will be setted to both addresses at the same time
- Successful Update to the ip
- The domain given with the hostname paramter was not found
- the hostname parameter was empty or not transmitted
- The ip for the given domain didn't changed
- No update required
- Unnecessary attempts to change to the current address are considered abusive
- Authorization failed
- Username or password wrong
- Or user realy not found