SecurityQuestion: verify

SecurityQuestion: verify

安全认证。执行忘记密码、忘记账号或设置安全问题之前,必须先执行安全认证。

Request

HTTP request

POST https://www.featapi.com/api/user/user-security-question/verify/

Parameters

无需添加参数。

Authorization

该请求需要授权以下scopes访问权限:

Scopes

For more information, see the authentication and authorization page.

Request body

In the request body, supply a User.SecurityQuestion resource with the following properties:

Property nameValueDescriptionNotes
必填
phonestring带拨号区域码的电话号码,即用户的账号,格式为“+XX-YYYYYY”如果用户已登陆,则无须提交phone字段
questionstring安全问题提示。
answerstring安全问题答案。

Response

如果请求成功,该API返回安全认证成功信息在响应体信息。

200 Returns User security question verify successfully

{
  "data": {
    "is_success": true
  }
}

400 非法操作

SECURITY_VERIFY_ERROR —— 安全问题认证失败,问题与答案不正确

{
  "error": true,
  "message": "Security verification failed. Please verify again.",
  "data": {},
  "code": "SECURITY_VERIFY_ERROR"
}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code