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.
Request Body
application/json
Response Body
application/json
application/json
application/json
curl -X PUT "https://api.freestyle.sh/domains/v1/verifications" \ -H "Content-Type: application/json" \ -d '{ "domain": "example.com" }'{
"domain": "example.com"
}{
"message": "string"
}{
"message": "string"
}List domains for an account
This lists the domains that an account has verified ownership of. This includes the *.style.dev domains the account has claimed.
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`