Domain VerificationTrigger domain DNS TXT record validation

Trigger domain DNS TXT record validation

curl -X GET "https://api.5centscdn.com/v2/account/dv/12345/validate" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "message": "Domain verified successfully."
}
GET
/account/dv/{dvid}/validate
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

path
dvidinteger
Required

Unique identifier of the domain verification record.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

dvidinteger
Required

Unique identifier of the domain verification record.

Responses

resultstring

Operation outcome. Returns success if the TXT record was found, error otherwise.

messagestring

Human-readable description of the validation outcome. Present when result is error.