{ "opencollection": "1.0.0", "info": { "name": "Isometric Certify Data Ingestion Beneficiaries Storage Units API", "version": "v0" }, "items": [ { "info": { "name": "Storage Units", "type": "folder" }, "items": [ { "info": { "name": "Get Storage Units", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/storage_units", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "storage_location_id", "value": "", "type": "query" }, { "name": "supplier_reference_id", "value": "", "type": "query" }, { "name": "last", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets all storage units." }, { "info": { "name": "Post Storage Unit", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.isometric.com/mrv/v0/storage_units", "headers": [ { "name": "x-client-secret", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a storage unit in the Isometric system." }, { "info": { "name": "Get Storage Unit", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/storage_units/:id", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets storage unit by ID." } ] } ], "bundled": true }