Get Client Tax Information
Developing
GET
/client/tax-information
get_client_tax_information
Last modified:2025-03-12 04:08:25
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-core.deriv.com/v1/client/tax-information' \
--header 'Authorization: '
Response Response Example
{
"data": [
{
"client_id": 61,
"employment_status": "employed",
"tax_residence": "ae",
"tax_identification_number": "XR2354F5",
"is_foreign_taxpayer": false,
"financial_assessment": {
"occupation": "nurse",
"industry_of_employment": "medical"
},
"schema_version": 1,
"created_time": "2025-03-12T04:11:44.824044",
"updated_time": null,
"account_opening_reason": null
}
],
"meta": {
"endpoint": "/client/tax-information",
"method": "GET",
"timing": 569
}
}
Request
Header Params
Authorization
stringÂ
optional
Example:
{{CLIENT_AUTH_TOKEN}}
Responses
Modified at 2025-03-12 04:08:25