{ "opencollection": "1.0.0", "info": { "name": "Isometric Certify Data Ingestion Beneficiaries Organisation API", "version": "v0" }, "items": [ { "info": { "name": "Organisation", "type": "folder" }, "items": [ { "info": { "name": "Get Current Organisation", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/organisation", "headers": [ { "name": "x-client-secret", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets the organisation associated with the client" } ] } ], "bundled": true }