---
title: "POST /openapi/whitelist-account/change-password"
method: POST
path: "/openapi/whitelist-account/change-password"
tags: ["代理账户管理"]
---

# POST /openapi/whitelist-account/change-password

`POST /openapi/whitelist-account/change-password`

修改代理账户密码，请注意修改后有5分钟等待时间，在此期间旧密码仍可能正常使用。

## Request body

- object
  - `app_key` string — 授权密钥
  - `account` string — 代理账户，仅支持数字和字母。
  - `password` string — 代理账户新密码，仅支持数字和字母。

## Response `200`

- object
  - `code` integer — 状态码,200 成功、3 app_key 无效、156 账户未实名认证
  - `msg` string — 状态消息
  - `data` unknown

---

[API](https://skmtc.dev/xcrawl/apis/smartproxycn-openapi.md) · [All operations](https://skmtc.dev/xcrawl/apis/smartproxycn-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xcrawl/smartproxycn-openapi/revisions/0dbe0003d78a/schema)
