查询联系人的手机或邮箱的待验证记录。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ContactId | string | 否 | 联系人 ID。 | c-qL4HqKONzOM7**** |
PageNumber | integer | 否 | 页码。 | 1 |
PageSize | integer | 否 | 分页时每页显示的数据条数。 | 10 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "CD76D376-2517-4924-92C5-DBC52262F93A",
"TotalCount": 48,
"PageSize": 10,
"PageNumber": 1,
"ContactVerifications": [
{
"ContactId": "c-qL4HqKONzOM7****",
"Target": "someone***@example.com"
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidParameter.ContactId | The ContactId is invalid. | ContactId无效。 |
400 | MissingParameter.ContactId | You must specify ContactId. | ContactId不能为空。 |
404 | EntityNotExists.Contact | This Contact does not exist. | Contact不存在。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史