v1

latestOpenAPI 3.0.32026-07-24190128.9 KB

Get pledged holdings (JSON data)

Returns list of pledged holdings in JSON format

get/backend/{gatewayname}/v1/loan/{unityuserid}/statement/{lid}

Path parameters

gatewaynamestring required
unityuseridstring required
lidstring required

Headers

x-gateway-secretstring required

Required | apiSecret shared for authentication

x-gateway-authtokenstring required

Required | JWT created with payload {"iss":"<your_gateway_name>"}, and signed with the shared secret

Response

200

codeinteger
messagestring

Example response

{
  "data": {
    "pledgedHoldings": [
      {
        "creditLimit": 7349,
        "id": "INF879O01027:10983652",
        "scripName": "Parag Parikh Flexi Cap Direct-G",
        "dpId": "1208160075231086",
        "assetType": "MUTUALFUND",
        "amcCode": "PP",
        "sid": "TCS",
        "units": 242.339
      }
    ]
  },
  "message": "SUCCESS"
}