{ "opencollection": "1.0.0", "info": { "name": "Mercoa Entities Organization API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Get organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercoa.com/organization" }, "docs": "Get organization" }, { "info": { "name": "Update organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.mercoa.com/organization" }, "docs": "Update organization" } ] } ], "bundled": true }