ACME DNS API (acmedns:v1)

2023-02-23

2 new methods | New API

Additions

    Methods
  • acmedns.acmeChallengeSets.get

      Path : v1/acmeChallengeSets/{rootDomain}

      Parameter Order : rootDomain

      Parameters :

        rootDomain

          Required : Yes

          Location : path

          Description : Required. SLD + TLD domain name to list challenges. This MAY be Unicode or Punycode.

          Type : string

      HTTP Method : GET

      Description : Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode.

      Flat Path : v1/acmeChallengeSets/{rootDomain}

  • acmedns.acmeChallengeSets.rotateChallenges

      Path : v1/acmeChallengeSets/{rootDomain}:rotateChallenges

      Parameter Order : rootDomain

      Parameters :

        rootDomain

          Location : path

          Type : string

          Description : Required. SLD + TLD domain name to update records for. This MAY be Unicode or Punycode.

          Required : Yes

      Flat Path : v1/acmeChallengeSets/{rootDomain}:rotateChallenges

      HTTP Method : POST

      Description : 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.