{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Me API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Me", "type": "folder" }, "items": [ { "info": { "name": "List the access rules assigned to the requesting user.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/authorization/me/access-rules", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of entries to return." }, { "name": "offset", "value": "", "type": "query", "description": "The offset of the first item returned in the collection." }, { "name": "search", "value": "", "type": "query", "description": "Filter results by a free text search." } ] }, "docs": "Retrieve the access rules assigned to the requesting user." }, { "info": { "name": "Count the access rules assigned to the requesting user.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/authorization/me/access-rules/count", "params": [ { "name": "search", "value": "", "type": "query", "description": "Filter results by a free text search." } ] }, "docs": "Use to retrieve the number of access rules assigned to the requesting user." } ] } ], "bundled": true }