{ "opencollection": "1.0.0", "info": { "name": "MTN Customer Management API", "version": "v1.0" }, "items": [ { "info": { "name": "MoMo", "type": "folder" }, "items": [ { "info": { "name": "MoMo Tier 0 Registration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/momo/tier0/registration", "headers": [ { "name": "X-Authorization", "value": "" }, { "name": "targetSystem", "value": "" } ], "params": [ { "name": "allowDuplicate", "value": "", "type": "query" } ] }, "docs": "Registers customer on MoMo Tier 0." } ] }, { "info": { "name": "Link Accounts", "type": "folder" }, "items": [ { "info": { "name": "Link a newly created wallet to an existing extended account holder data", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/momo/tier0/:id/link/account", "headers": [ { "name": "X-Authorization", "value": "" }, { "name": "transactionId", "value": "" }, { "name": "targetSystem", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of an already existing extended account holder. ie. MSISDN" } ] }, "docs": "Link a newly created account to an existing one" } ] } ], "bundled": true }