Get Profile

Sample Request:

{
  "unique_id": "{{Unique ID}}",
  "client_referenceId": "{{Client Reference ID}}"
}

Sample 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",
    "city": null,
    "state": "Maharashtra",
    "pincode": "400001",
    "nominee_name": "Rakesh Mittal",
    "nominee_relation": "Brother",
    "nominee_dob": "2006-11-10",
    "kyc_status": "Pending"
  },
  "acknowledged": "1"
}
Language
Click Try It! to start a request and see the response here!