THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/connect/client/AR00000002?provider_id=deriv_v1' \
--header 'Authorization;'
{
"data": {
"client_id": "V1_1655743881",
"created_at": "2025-08-29T08:52:59Z",
"client_data": {
"address": {
"city": "Las Vegas",
"address_line_1": "123 Main Street",
"address_line_2": null,
"state_province": "Nevada",
"zip_postal_code": "89044"
},
"profile": {
"email": "john+1655743881@deriv.com",
"phone": "11655743881",
"nickname": "!@John_2025",
"last_name": "Doe",
"first_name": "Johny",
"date_of_birth": "1990-01-01",
"residence_country": "us"
},
"additional_data": {
"birth_country": "us",
"citizen_country": "us",
"preferred_language": "en"
}
},
"external_reference_id": "7ca******-*******-8*****608da"
},
"meta": {
"endpoint": "/v1/client/details",
"method": "GET",
"timing": 1950
}
}