{ "opencollection": "1.0.0", "info": { "name": "MTN Customer SIM Verification API", "version": "1.0" }, "items": [ { "info": { "name": "Sim Swap", "type": "folder" }, "items": [ { "info": { "name": "Verify sim swap status as true or false.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customers/:customerId/simSwap/verifyStatus", "headers": [ { "name": "extTransactionId", "value": "" }, { "name": "partnerId", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID of the subscriber is the MSISDN of the subscriber represented as International ITU-T E.164." }, { "name": "senderId", "value": "", "type": "query", "description": "Identifier of the request originating system, e.g. 'IVR', 'My MTN App'etc." } ] }, "docs": "Retrieve sim-swap status indicateing whether a sim swap was performed on a particular msisdn ." }, { "info": { "name": "Validate simswap status as true or false.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customers/:customerId/simSwap/validateStatus", "headers": [ { "name": "extTransactionId", "value": "" }, { "name": "partnerId", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID of the subscriber is the MSISDN of the subscriber represented as International ITU-T E.164." }, { "name": "senderId", "value": "", "type": "query", "description": "Identifier of the request originating system, e.g. 'IVR', 'My MTN App'etc." }, { "name": "startDate", "value": "", "type": "query", "description": "Start date and end date will be used by 3pp to supply the date range for sim swap (recent) happened on the customer's msisdn, which will be used by operator to validate against the actual sim swap date" }, { "name": "endDate", "value": "", "type": "query", "description": "Start date and end date will be used by 3pp to supply the date range for sim swap (recent) happened on the customer's msisdn, which will be used by operator to validate against the actual sim swap date" } ] }, "docs": "Validate sim-swap status against the last simswap date supplied by the partner ." } ] }, { "info": { "name": "Sim Activation", "type": "folder" }, "items": [ { "info": { "name": "Verify sim activation status as true or false.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customers/:customerId/simActivation/verifyStatus", "headers": [ { "name": "extTransactionId", "value": "" }, { "name": "partnerId", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID of the subscriber is the MSISDN of the subscriber represented as International ITU-T E.164." }, { "name": "senderId", "value": "", "type": "query", "description": "Identifier of the request originating system, e.g. 'IVR', 'My MTN App'etc." } ] }, "docs": "Retrieve sim-swap status indicateing whether a sim swap was performed on a particular msisdn ." }, { "info": { "name": "Validate sim activation status as true or false.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customers/:customerId/simActivation/validateStatus", "headers": [ { "name": "extTransactionId", "value": "" }, { "name": "partnerId", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID of the subscriber is the MSISDN of the subscriber represented as International ITU-T E.164." }, { "name": "senderId", "value": "", "type": "query", "description": "Identifier of the request originating system, e.g. 'IVR', 'My MTN App'etc." }, { "name": "startDate", "value": "", "type": "query", "description": "Start date and end date will be used by 3pp to supply the date range for sim activation (recent) happened on the customer's msisdn, which will be used by operator to validate against the actual sim activation date " }, { "name": "endDate", "value": "", "type": "query", "description": "Start date and end date will be used by 3pp to supply the date range for sim activation (recent) happened on the customer's msisdn, which will be used by operator to validate against the actual sim activation date " } ] }, "docs": "Validate sim activation status against the activation date supplied by the partner ." } ] }, { "info": { "name": "Sim Recycle", "type": "folder" }, "items": [ { "info": { "name": "Verify sim recycle status as true or false.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customers/:customerId/simRecycle/verifyStatus", "headers": [ { "name": "extTransactionId", "value": "" }, { "name": "partnerId", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID of the subscriber is the MSISDN of the subscriber represented as International ITU-T E.164." }, { "name": "senderId", "value": "", "type": "query", "description": "Identifier of the request originating system, e.g. 'IVR', 'My MTN App'etc." } ] }, "docs": "Retrieve sim recycle status indicateing whether a sim swap was performed on a particular msisdn ." } ] } ], "bundled": true }