{ "info": { "_postman_id": "087c0b7b-5dc0-4386-ae20-64eb94f2e6e4", "name": "Sandbox_Beneficiaries", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "getBeneficiarybyId", "request": { "method": "GET", "header": [ { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "MsgId", "value": "test18", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{url}}/v1/tpa/customers/{{customer_id_type}}:{{customer_id}}/beneficiaries/{{beneficiary_id}}", "host": [ "{{url}}" ], "path": [ "v1", "tpa", "customers", "{{customer_id_type}}:{{customer_id}}", "beneficiaries", "{{beneficiary_id}}" ] } }, "response": [] }, { "name": "getBeneficiaries", "request": { "method": "GET", "header": [ { "key": "X-IBM-Client-Id", "value": "{{client_id}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "MsgId", "value": "test18", "type": "text" }, { "key": "Authorization", "value": "Bearer {{token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{url}}/v1/tpa/customers/{{customer_id_type}}:{{customer_id}}/beneficiaries", "host": [ "{{url}}" ], "path": [ "v1", "tpa", "customers", "{{customer_id_type}}:{{customer_id}}", "beneficiaries" ] } }, "response": [] } ] }