{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses organization API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "organization", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the organization", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/organization" }, "docs": "Retrieve the organization" } ] } ], "bundled": true }