v1

latestOpenAPI 3.0.32026-07-24190128.9 KB

Get pledged holdings (PDF)

Returns list of pledged holdings in PDF format (for user download)

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

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
datastring
messagestring

Example response

{
  "data": "JVBERi0xLjcgCiXi48/TIAoxIDAgb2JqIAo8PCAKL1R5cGUgL0NhdGFsb2cgCi9QYWdlcyAyIDAgUiAK...SVFT0YNCg==",
  "message": "SUCCESS"
}