Sample Request:

{
    "mobile":"9999988888",
    "client_referenceId":"DGOLD73645362118"
}

Sample Response:

{
  "status": "success",
  "statusCode": "200",
  "message": "Customer gold balance Quantity",
  "data": {
    "customer_id": "13",
    "name": "Rakesh Mittal",
    "email": "[email protected]",
    "mobile": "9999988888",
    "status": "1",
    "totalgold": "0.0000",
    "totalsilver": "0.0000",
    "billing_address": [
      {
        "billing_address_id": "28",
        "line1": "51, Santacruz Road",
        "line2": "Mumbai",
        "mobile": "9999988888",
        "state": "Maharashtra",
        "city": "Mumbai",
        "zip": "400001",
        "country": "INDIA",
        "statecode": "28"
      }
    ],
    "delivery_address": [
      {
        "delivery_address_id": "29",
        "line1": "51, Santacruz Road",
        "line2": "Mumbai",
        "mobile": "9999988888",
        "state": "Maharashtra",
        "city": "Mumbai",
        "zip": "400001",
        "country": "INDIA",
        "statecode": "28"
      }
    ],
    "acknowledged": "1"
  }
}
Language
Click Try It! to start a request and see the response here!