{ "opencollection": "1.0.0", "info": { "name": "Api Documentation", "version": "1.0" }, "items": [ { "info": { "name": "channel-vas-controller", "type": "folder" }, "items": [ { "info": { "name": "Gets a loan advance.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/loans/:id/advance", "params": [ { "name": "bandGroup", "value": "", "type": "query" }, { "name": "bandName", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Get a loan advance for an MTN customer." }, { "info": { "name": "Retrieves a the loan eligibility status.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/loans/:id/eligibility", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Retrieves a the loan eligibility status of an MTN customer." } ] } ], "bundled": true }