v1
latestOpenAPI 3.1.02026-07-24890206.3 KBUpdate Profile
post/digitalgold/user/updateproflie
Headers
client-idstring required
Unique Client ID
client-secretstring required
Unique Client Secret
Content-Typestring required
Request body
Response
200
Example response
{
"status": "SUCCESS",
"statusCode": "200",
"message": "User profile updated successfully",
"data": {
"unique_id": "{{Unique ID}}",
"mobile": "{Customer Mobile}}",
"email": "{{Customer Email ID}}",
"name": "{{Customer Name}}",
"dob": "2001-03-11",
"pincode": "400001",
"nominee_name": "Rakesh Mittal",
"nominee_relation": "Brother",
"nominee_dob": "1995-06-10"
},
"acknowledged": "1"
}