融合认证客户端发起认证时,由开发者服务器向阿里云发起本次调用,通过鉴权token换取的认证token发起本次调用。获取认证结果。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
VerifyToken | string | 是 | 统一认证Token,由客户端SDK返回。 | LD108enNdlsl*******sFLKCks1== |
返回参数
示例
正常返回示例
JSON
格式
{
"Message": "示例值",
"RequestId": "CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47\n",
"Model": {
"PhoneNumber": "180********",
"VerifyResult": "PASS",
"PhoneScore": 20
},
"Code": "OK",
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | SchemeNumberOverLimit | The maximum number of scheme is exceeded. | 号码认证方案数量超过限制 |
400 | SmsCodeVerifyFail | The specified smsCode is invalid. | 短信验证码失败 |
400 | SmsSignNameNotExist | The specified sms signName is invalid. | 短信签名不存在 |
400 | Throttling.System | The request was denied due to API flow control. | 接口被限流 |
400 | UnknowError | The requested service is not available now, please try again later. | 未知异常,请重新再试 |
400 | Unsupported.Account | Your account has not activated the product. | 你的账号没有开通本产品。 |
400 | VerifySchemeNotExist | The specified verify scheme already exists. | 认证方案不存在 |
400 | PackageSignedConflict | The specified package signed already exists. | 包名签名已存在 |
400 | RamPermissionDeny | The user is not authorized to operate on the specified resource. | 没有访问权限 |
400 | SceneQueryFail | The specified scene does not exist. | 指定场景未查询到数据 |
400 | SchemeNotPassed | The scheme is not passed. | 查询方案未通过审核 |
403 | UnauthorizedOperation | Failed to verify your access permissions. | 您的权限校验失败。 |
403 | UnauthorizedOperation | You are not authorized to perform this operation. | 您无权执行此操作。 |
500 | SystemError | A system error occurred. | 系统异常 |
500 | SystemError | An error occurred while processing your request. | 系统错误。 |
500 | OutOfService | The account is suspended. | 账号已停机 |
访问错误中心查看更多错误码。