v1
latestOpenAPI 3.1.02026-07-24890206.3 KBGet Profile
post/digitalgold/user/getprofile
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 details retrieved successfully.",
"data": {
"unique_id": "{{Unique ID}}",
"name": "{{Customer Name}}",
"email": "{{Customer Email ID}}",
"mobile": "{{Customer Mobile}}",
"dob": "2001-03-11",
"state": "Maharashtra",
"pincode": "400001",
"nominee_name": "Rakesh Mittal",
"nominee_relation": "Brother",
"nominee_dob": "2006-11-10",
"kyc_status": "Pending"
},
"acknowledged": "1"
}