ACME DNS API
Allows retrieval of the current ACME DNS-01 challenge set for a specified root domain (including its subdomains) and the rotation of those challenges, optionally pruning records older than 30 days.
Latency
22ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/v1/acmeChallengeSets/{rootDomain}
Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode.
/v1/acmeChallengeSets/{rootDomain}:rotateChallenges
Rotate the ACME challenges for a given domain name. By default, removes any challenges that are older than 30 days. Domain names must be provided in Punycode.
2 endpoints auto-detected
curl -X GET \
"https://acmedns.googleapis.com/v1/acmeChallengeSets/{rootDomain}"acmedns.googleapis.com · HTTPS only