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`
curl -X POST "https://api.freestyle.sh/domains/v1/certs/string/wildcard"{
"domain": "example.com"
}{
"message": "string"
}Verify a domain verification request
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
Send a TypeScript or JavaScript module, get the result