{ "opencollection": "1.0.0", "info": { "name": "Scalekit Admin Portal Roles API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "List organization roles", "type": "http" }, "http": { "method": "GET", "url": "https://{environment}.scalekit.com/api/v1/organizations/:org_id/roles", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "List organization roles" }, { "info": { "name": "Create an organization role", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.scalekit.com/api/v1/organizations/:org_id/roles", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization role" } ] } ], "bundled": true }