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.
/domains/v1/verifications
Request Body
application/json
Requiredbody
Requiredobject | objectVerify a domain verification request, can either be done for a domain, or for a specific request
Response Body
200
Domain verified
domain
Requiredstring400
Failed to verify domain
message
Requiredstring404
Domain verification request not found
message
RequiredstringDomain verified
List domains for an account GET
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 POST
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`