Get Client Profile
Testing
GET
/client/profile
get_client_profile
Last modified:2025-02-06 08:23:13
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-core.deriv.com/v1/client/profile' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
200 - Success
{
"data": [
{
"client_id": 79,
"address_id": null,
"first_name": "API",
"last_name": "Dog",
"date_of_birth": "1947-09-19",
"birth_country": "in",
"account_opening_reason": "hedging",
"employment_status": "employed",
"residence_country": "in",
"citizen_country": "in",
"tax_residence_country": "in",
"tax_identification_number": "HM1989389",
"gender": "male",
"staff_identifier": "QA",
"reason": "api test",
"created_time": "2024-11-06T03:42:29.865314",
"updated_time": "2024-11-07T09:04:30.411948"
}
],
"meta": {
"endpoint": "/client/profile",
"method": "GET",
"timing": 489
}
}
Request
Header Params
Authorization
stringÂ
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
stringÂ
optional
Default:
{{RL_EXCLUSION_KEY}}
Responses
Modified at 2025-02-06 08:23:13