LogoFreestyle
API ReferenceDomains

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.

PUT
/domains/v1/verifications

Request Body

application/json

domain*string

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"
}

Freestyle AI

Documentation assistant

Experimental: AI responses may not always be accurate—please verify important details with the official documentation.

How can I help?

Ask me about Freestyle while you browse the docs.