You need to enable JavaScript to run this app.
导航
查询域名归属验证信息DescribeVerifyContent
最近更新时间:2024.09.10 14:53:17首次发布时间:2024.09.10 14:53:17

API说明

API名称:DescribeVerifyContent。
API域名:open.volcengineapi.com。
API描述:查询域名验证信息。

请求说明

  • 请求方式:GET
  • 请求地址:https://open.volcengineapi.com?Action=DescribeVerifyContent&Version=2021-04-01

请求参数

注意

该接口的请求方式为 GET。

Query

参数名称
数据类型
是否必选
参数说明
Action
String
接口名称。当前 API 的名称为 DescribeVerifyContent
Version
String
接口版本。当前 API 的版本为 2021-04-01
DomainName
String
待验证的域名。

返回参数

参数名称
数据类型
参数说明
示例
Content
String
校验内容,只有该域名没有被验证过,才返回该字段。
verify_fwei7S6F6aS*****
Verified
Boolean

该域名是否已经完成验证。

  • true:该域名已经完成域名的验证。
  • false:该域名未完成域名的验证。
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
    }
}