{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Roles API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "Get a list of roles.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/authorization/roles" }, "docs": "Use to retrieve a list of roles." }, { "info": { "name": "Get a role by id.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/authorization/roles/:roleIdPath", "params": [ { "name": "roleIdPath", "value": "32", "type": "path", "description": "The id of the role to retrieve" } ] }, "docs": "Retrieve the details of a role by id." } ] } ], "bundled": true }