AuthAccount
Change password
Change the current user password
Authorization
Bearer AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v3/account/password" \ -H "Content-Type: application/json" \ -d '{ "current_password": "string", "new_password": "string" }'{ "success": true}How is this guide?
Last updated on