THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client' \
--header 'Authorization: Bearer eyj*************************-********************-***' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "moh**********iv.com",
"password": "************",
"type": "add_password",
"refresh_token": "{{CLIENT_REFRESH_TOKEN}}"
}'
{
"data": [
{
"user": {
"id": "a38***********-*********-*****fac18",
"aud": "authenticated",
"role": "authenticated",
"email": "mo***********************iv.com",
"email_confirmed_at": "2025-07-09T02:12:38.887705Z",
"phone": "",
"confirmed_at": "2025-07-09T02:12:38.887705Z",
"last_sign_in_at": "2025-07-09T02:45:37.727881Z",
"app_metadata": {
"provider": "email",
"providers": [
"email"
]
},
"user_metadata": {
"email": "mo***********************iv.com",
"email_verified": true,
"phone_verified": false,
"sub": "a38***********-*********-*****fac18",
"user_set_password": true
},
"identities": [
{
"identity_id": "20***********************e149c6",
"id": "a38***********-*********-*****fac18",
"user_id": "a38***********-*********-*****fac18",
"identity_data": {
"email": "mo***********************iv.com",
"email_verified": true,
"phone_verified": false,
"sub": "a38***********-*********-*****fac18"
},
"provider": "email",
"last_sign_in_at": "2025-07-09T02:11:56.888232Z",
"created_at": "2025-07-09T02:11:56.888278Z",
"updated_at": "2025-07-09T02:11:56.888278Z",
"email": "mo***********************iv.com"
}
],
"created_at": "2025-07-09T02:11:56.884742Z",
"updated_at": "2025-07-09T03:16:38.121961Z",
"is_anonymous": false
}
}
]
}