{ "opencollection": "1.0.0", "info": { "name": "Mobile Customer Information API", "version": "3.1" }, "items": [ { "info": { "name": "Customer Mobile Carrier Data", "type": "folder" }, "items": [ { "info": { "name": "Retrieve sim-swap date.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/:subscriberId/simswap-date", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "ID of the subscriber is the MSISDN of the subscriber represented as International ITU-T E.164." } ] }, "docs": "Retrieve last sim-swap date from network operator of subscriber as identified by customerId (customer's MSISDN)." }, { "info": { "name": "Retrieve sim swap date indicator.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/:subscriberId/simswap-date-indicator", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "ID of the subscriber is the MSISDN of the subscriber represented as International ITU-T E.164." } ] }, "docs": "Retrieve sim swap date indicator from network operator of subscriber as identified by customerId (customer's MSISDN)." } ] } ], "bundled": true }