{ "opencollection": "1.0.0", "info": { "name": "eSIM Go Catalogue Inventory API", "version": "2.4" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Inventory", "type": "folder" }, "items": [ { "info": { "name": "Get bundle inventory", "type": "http" }, "http": { "method": "GET", "url": "https://api.esim-go.com/v2.4/inventory" }, "docs": "Returns the unassigned bundle inventory held by your organisation, grouped by bundle name with available quantities." }, { "info": { "name": "Refund bundle from inventory", "type": "http" }, "http": { "method": "POST", "url": "https://api.esim-go.com/v2.4/inventory/refund", "body": { "type": "json", "data": "{}" } }, "docs": "Refunds an unused bundle held in inventory back to the organisation balance." } ] } ], "bundled": true }