全部产品
Search
文档中心

资源管理:SendPhoneVerificationForMessageContact - 向联系人手机发送验证信息

更新时间:Jun 25, 2024

向联系人的手机号码发送验证信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ContactIdstring

联系人 ID。

c-qL4HqKONzOM7****
PhoneNumberstring

联系人的手机号码。

格式:<国家码>-<手机号码>

该手机号码为您在 AddMessageContact 中设置的手机号码。

86-139****1234

返回参数

名称类型描述示例值
object

返回结果。

RequestIdstring

请求 ID。

CD76D376-2517-4924-92C5-DBC52262F93A

示例

正常返回示例

JSON格式

{
  "RequestId": "CD76D376-2517-4924-92C5-DBC52262F93A"
}

错误码

HTTP status code错误码错误信息描述
400MissingParameter.ContactIdYou must specify ContactId.ContactId不能为空。
400InvalidParameter.ContactIdThe ContactId is invalid.ContactId无效。
400MissingParameter.PhoneNumberYou must specify PhoneNumber.PhoneNumber参数缺失。
400InvalidParameter.PhoneNumberThe PhoneNumber is invalid.手机号格式无效。
400InvalidParameter.MobileCountryCodeThe current site does not support the country code.当前站点不支持您输入的国家码。
404EntityNotExists.ContactThis Contact does not exist.Contact不存在。
404EntityNotExists.Contact.VerificationThis contact verification does not exist.联系人验证码不存在。
409SendValidateCodeExceedsLimitForAccountFor the same account, the number of verification codes sent exceeds the limit.当前账号发送的验证码每日数量超限。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史