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 '{
"client_id": "string",
"identifier_id": "string",
"client_data": {
"additional_data": {
"citizen_country": "string"
},
"login": {
"email": "string",
"phone": "string"
},
"profile": {
"first_name": "string",
"last_name": "string",
"date_of_birth": "string",
"residence_country": "string"
},
"social": {
"nickname": "string"
},
"address": {
"address_line_1": "string",
"zip_postal_code": "string",
"city": "string",
"state_province": "string"
}
},
"identifier_source": "string"
}'
{
"data": {
"client_id": "V1_************6",
"created_at": "2025-09-29T05:01:31.502Z",
"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+************6@deriv.com",
"phone": "+1************6",
"nickname": null,
"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": "0199*****-****8-*******-******bae255c6ad"
},
"meta": {
"endpoint": "/v1/connect/client",
"method": "POST",
"timing": 2985
}
}