Verifies the ownership of a domain name.
Operation description
QPS limits
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see QPS limits.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
live:VerifyLiveDomainOwner | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-shanghai |
DomainName | string | Yes | The domain name to verify. Only one domain name can be verified at a time. | example.com |
VerifyType | string | Yes | The verification method. Valid values:
| dnsCheck |
Response elements
Parameter | Type | Description | Example |
object | |||
Content | string | The verification information. | verify_dffeb6610035dcb77b413****** |
RequestId | string | The request ID. | 1BA6D7CE-55F1-5926-8764-F8663473AD0D |
Examples
Success response
JSON format
{
"Content": "verify_dffeb6610035dcb77b413******",
"RequestId": "1BA6D7CE-55F1-5926-8764-F8663473AD0D"
}Error codes
HTTP status code | Error code | Error message | Description |
400 | DomainOwnerVerifyFail | Owner verification of the root domain failed. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.