List onboarding certificate challenges

All products Returns the information you need to validate your certificate. Add the TXT DNS record listed in the response to your DNS record. Adding the TXT record won't affect your website. Once you've added the TXT record, and before the token expires, run Validate onboarding certificate to validate the certificate.

Path Params
integer
required

A unique identifier for an onboarding.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Responses

Response body
object
uri
required
string
required
length ≥ 1

The cumulative status for all certificate validation. If there is more than one certificate and each is valid, you'll see a value of VALIDATION_SUCCESS. If one certificate is valid but another is not, it will say VALIDATION_NEEDED.

VALIDATION_SUCCESS VALIDATION_NEEDED

string
required
length ≥ 1

Details the steps you need to perform to validate your certificate.

uri
required
records
array of objects
required

Lists all hostname record information you need to validate your certificate.

records*
object
string
required
length ≥ 1

The hostname the certificate secures.

string
required
length ≥ 1

The path to the http file when validating your certificate with an HTTP token.

string
required
length ≥ 1

The domain record's HTTP token you'll use to validate your certificate.

string
required
length ≥ 1

The fully qualified domain name (FQDN) of this record.

string
required
length ≥ 1

The status of your certificate. When VALIDATED, you can proceed to the next step in the onboarding process. When NOT_VALIDATED, you may need to validate your site manually.

VALIDATED NOT_VALIDATED

integer
required

The number of seconds that this record should live in cache before being re-fetched.

string
required
length ≥ 1

The type of domain record. For example, A, TXT, or CNAME.

string
required
length ≥ 1

The resource record's IP address.

string
required
length ≥ 1

The URL for the site you are redirecting from when you validate your origin using a redirect.

string
required
length ≥ 1

The URL you are redirecting to when you validate your origin using a redirect.

onboardingId was not found.

Language
Authentication
URL