{ "opencollection": "1.0.0", "info": { "name": "TMF685 - Resource Pool Management - BSS", "version": "1.0.0" }, "items": [ { "info": { "name": "SIM & MSISDN Availability APIs", "type": "folder" }, "items": [ { "info": { "name": "reservation", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.api.mtn.com/{basePath}/reservation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "reservationPatch", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.api.mtn.com/{basePath}/reservation/:Reservation-ID", "params": [ { "name": "Reservation-ID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "availabilityCheck", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.api.mtn.com/{basePath}/availabilityCheck", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }