API Reference/Domains
Provision a wildcard certificate
Provisions a wildcard certificate for a verified domain This speeds up deploys on all subdomains of the domain. In order to use it, you must add the following record to your DNS config: `_acme-challenge.yourdomain.com` NS `dns.freestyle.sh`
POST
/domains/v1/certs/{domain}/wildcard
Path Parameters
domain
RequiredstringResponse Body
200
Domain verified
domain
Requiredstring400
Failed to preverify domain
message
RequiredstringDomain verified
Verify a domain verification request PUT
This checks a pre-existing verification request for a domain. To create a verification request, call the [create domain verification](/#tag/domains/POST/domains/v1/verifications) endpoint. This endpoint will check if the domain has a TXT record with the verification code. If it does, the domain will be verified.
Execute Code POST
Send a TypeScript or JavaScript module, get the result