API名称:DescribeVerifyContent。
API域名:open.volcengineapi.com。
API描述:查询域名验证信息。
注意
该接口的请求方式为 GET。
参数名称 | 数据类型 | 是否必选 | 参数说明 |
---|---|---|---|
Action | String | 是 | 接口名称。当前 API 的名称为 DescribeVerifyContent 。 |
Version | String | 是 | 接口版本。当前 API 的版本为 2021-04-01 。 |
DomainName | String | 是 | 待验证的域名。 |
参数名称 | 数据类型 | 参数说明 | 示例 |
---|---|---|---|
Content | String | 校验内容,只有该域名没有被验证过,才返回该字段。 | verify_fwei7S6F6aS***** |
Verified | Boolean | 该域名是否已经完成验证。
| true |
GET https://open.volcengineapi.com?Action=DescribeVerifyContent&Version=2021-04-01&DomainName=www.test.com
{ "ResponseMetadata": { "RequestId": "20240903113551242D7609A433030BB49D", "Action": "DescribeVerifyContent", "Version": "2021-04-01", "Service": "dcdn", "Region": "cn-north-1" }, "Result": { "Content": "0PIlhg0GkNCinINQqUjmvRlgn0GI2TYj", "Verified": false } }