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