{ "opencollection": "1.0.0", "info": { "name": "Isometric Certify Data Ingestion Beneficiaries Measurement Locations API", "version": "v0" }, "items": [ { "info": { "name": "Measurement Locations", "type": "folder" }, "items": [ { "info": { "name": "Get Measurement Locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/measurement_locations", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "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": "Lists measurement locations in the Isometric system" }, { "info": { "name": "Post Measurement Locations", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.isometric.com/mrv/v0/measurement_locations", "headers": [ { "name": "x-client-secret", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Post Measurement Locations" }, { "info": { "name": "Get Measurement Location", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/measurement_locations/:id", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a single measurement location in the Isometric system" }, { "info": { "name": "Delete Measurement Location", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sandbox.isometric.com/mrv/v0/measurement_locations/:id", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a measurement location in the Isometric system" } ] } ], "bundled": true }