Update Client
Developing
POST
/client
update_client
Last modified:2025-07-03 08:49:44
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/client' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "string",
"phone": "string",
"gender": "male",
"country_code": "string",
"update_type": "add_password",
"currency": "string",
"url": "string",
"date": "2019-08-24",
"time": "14:15:22Z",
"boolean": true,
"number": 0
}'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
Body Params application/json
Responses
Modified at 2025-07-03 08:49:44