API Reference
RESTful API documentation with examples
Read more →
Client Setup
Linux, Windows, macOS installation
Read more →
MikroTik Router
Configure with Token or Basic Auth
Read more →
FAQ
Frequently asked questions
Read more →
Token Authentication Scripts
Download scripts for API Token authentication
Basic Auth Scripts
Download scripts for Username/Password authentication
Run: ./ddns-updater.sh userpass
Quick Start Examples
Token Authentication:
curl "http://api.noddns.shop/api/v1/update?token=YOUR_TOKEN&myip=1.2.3.4"
Basic Authentication:
curl -u "username:password" "http://api.noddns.shop/api/v1/update?myip=1.2.3.4"