Change Password
Developing
POST
/platform/mt5/change-password
change_password
Last modified:2025-02-18 09:31:15
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/platform/mt5/change-password' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_demo": "false",
"password": "!password",
"platform_account_id": "1000000"
}'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
Body Params application/json
Responses
Modified at 2025-02-18 09:31:15