向联系人的邮箱发送验证信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ContactId | string | 否 | 联系人 ID。 | c-5gsZAGt***PGduDF |
EmailAddress | string | 否 | 联系人的邮箱地址。 该邮箱地址为您在 AddMessageContact 中设置的邮箱地址。 | someone***@example.com |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "7B8A4E7D-6CFF-471D-84DF-195A7A241ECB"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter.ContactId | You must specify ContactId. | ContactId不能为空。 |
400 | InvalidParameter.ContactId | The ContactId is invalid. | ContactId无效。 |
400 | MissingParameter.EmailAddress | You must specify EmailAddress. | EmailAddress参数缺失。 |
400 | InvalidParameter.EmailAddress | The EmailAddress is invalid. | 邮箱格式无效。 |
404 | EntityNotExists.Contact | This Contact does not exist. | Contact不存在。 |
404 | EntityNotExists.Contact.Verification | This contact verification does not exist. | 联系人验证码不存在。 |
409 | SendValidateCodeExceedsLimitForAccount | For the same account, the number of verification codes sent exceeds the limit. | 当前账号发送的验证码每日数量超限。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史