About API
Cloudflare DDNS Worker API is an simple API to update or create "A" records at specified zone
in the Cloudflare DNS with IP address of the client who requested the action. This API is working on
top of Cloudlfare API. The Cloudflare worker is working as the middleware for demo to work.
API Token is obtained from Cloudflare Dashboard. This is an 40 character long string. This required
following permissions :
Zone.Zone.Read
Zone.DNS.Edit
Record name is an Fully Qualified Domain Name (FQDN) which will be the A record where client IP is
stored. The FQDN have two parts: host name and domain name. The domain name will be used as the zone
name.
Documentation : 