{ "opencollection": "1.0.0", "info": { "name": "Flowable REST Access Tokens Tenants API", "version": "v1" }, "items": [ { "info": { "name": "Tenants", "type": "folder" }, "items": [ { "info": { "name": "Get a list of tenants", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/tenants", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of tenants" } ] } ], "bundled": true }