跳到主要内容

重置密码

POST 

https://unknown.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1/reset

忘记密码时,重置密码

Request

Body

required
    email string
    phone_number string
    new_password string
    verification_token 发送验证码时, 返回的 verification_token (string)

Responses

A successful response.

Schema
    object

Authorization: http

name: Basictype: httpscheme: basic
curl -L 'https://unknown.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1/reset' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"email": "string",
"phone_number": "string",
"new_password": "string",
"verification_token": "string"
}'
Request Collapse all
Base URL
https://unknown.ap-shanghai.tcb-api.tencentcloudapi.com
Auth
Body required
{
"email": "string",
"phone_number": "string",
"new_password": "string",
"verification_token": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!