Verifies the ownership of a domain name.
Operation description
Note
You can call this operation up to 100 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The domain name of which you want to verify the ownership. You can specify only one domain name in each call. | **example**.com |
VerifyType | string | Yes | The verification method. Valid values:
| dnsCheck |
Response parameters
Examples
Sample success responses
JSON
format
{
"Content": "verify_dffeb6610035dcb77b413a59c32cd9**",
"RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | DomainOwnerVerifyFail | Owner verification of the root domain failed. | The first time a domain name is added to DCDN, you must prove the ownership of the domain name. You must add a DNS record or upload a verification file for the domain name before it can be added to DCDN. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-03-16 | The Error code has changed | View Change Details |