{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses analysis API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "analysis", "type": "folder" }, "items": [ { "info": { "name": "Query fbt on analysis", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/analysis/fbt", "body": { "type": "json", "data": "{}" } }, "docs": "Get fbt results from analysis" } ] } ], "bundled": true }