THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/connect/client' \
--header 'Authorization: {{M2M_BEARER_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier_source": "connect",
"client_data": {
"social": {
"nickname": "ggbby-{{$string.hexadecimal}}"
},
"profile": {
"residence_country": "zw",
"first_name": "John",
"date_of_birth": "1990-01-01",
"last_name": "Doe"
},
"additional_data": {
"citizen_country": "gb"
},
"login": {
"phone": "+11655743206",
"email": "john+1655743206@deriv.com"
},
"address": {
"address_line_1": "123 Main Street",
"city": "LV",
"state_province": "",
"zip_postal_code": ""
}
},
"client_id": "V1_1655743206",
"identifier_id": "legacy"
}'{
"data": {
"client_id": "V1_11665710003",
"created_at": "2025-10-15T03:32:32.695Z",
"client_data": {
"address": {
"city": "LV",
"address_line_1": "123 Main Street",
"address_line_2": null,
"state_province": null,
"zip_postal_code": null
},
"profile": {
"email": "john+11665710003@deriv.com",
"phone": "11665710003",
"nickname": "ggbby-0xE0xD",
"last_name": "Doe",
"first_name": "John",
"date_of_birth": "1990-01-01",
"residence_country": "zw"
},
"additional_data": {
"birth_country": null,
"citizen_country": "gb"
}
},
"external_reference_id": "0199e5ed-32f7-77b4-b3c9-dbb7bc5225c7"
}
}