{ "opencollection": "1.0.0", "info": { "name": "Certify API Layer Role Resource API", "version": "1.0.0" }, "items": [ { "info": { "name": "Role Resource", "type": "folder" }, "items": [ { "info": { "name": "Get All Roles", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9001/roles", "headers": [ { "name": "tenant-id", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all roles for the current tenant" } ] } ], "bundled": true }