Upload Client Profile
Testing
POST
/client/profile/picture
upload_client_profile
Last modified:2025-02-06 08:23:16
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/client/profile/picture' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}' \
--form 'file=@"/Users/mohammedluqmaan/Downloads/champion_kyc_selfie_valid.jpeg"'
Response Response Example
200 - Example 1
{
"data": [
"string"
],
"meta": {
"endpoint": "string",
"method": "string",
"timing": 0
}
}
Request
Header Params
Authorization
string
required
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Body Params multipart/form-data
file
file
optional
Example:
file:///Users/mohammedluqmaan/Downloads/champion_kyc_selfie_valid.jpeg
Responses
Modified at 2025-02-06 08:23:16