Method: acmeChallengeSets.get

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

HTTP request

GET https://acmedns.googleapis.com/v1/acmeChallengeSets/{rootDomain}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
rootDomain

string

Required. SLD + TLD domain name to list challenges. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of AcmeChallengeSet.