THIS SITE IS UNDER CONSTRUCTION
curl --location --request PUT 'https://api-core.deriv.com/v1/client/profile' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "API",
"last_name": "doge",
"residence_country": "in",
"account_opening_reason": "hedging",
"tax_residence_country": "in",
"birth_country": "in",
"tax_identification_number": "UX-1989389",
"citizen_country": "in",
"employment_status": "retired",
"date_of_birth": "1969-09-19",
"gender": "male",
"reason": "api test"
}'
{
"data": [
{
"client_id": 1502,
"address_id": null,
"first_name": "API",
"last_name": "doge",
"date_of_birth": "1969-09-19",
"birth_country": "ae",
"residence_country": "ae",
"citizen_country": "ae",
"gender": "male",
"created_time": "2025-07-10T08:01:00.721305",
"updated_time": "2025-07-10T08:14:00.549071",
"staff_identifier": null,
"reason": null,
"preferred_language": "en"
}
],
"meta": {
"endpoint": "/v1/client/profile",
"method": "PUT",
"timing": 1523
}
}