{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Service Accounts API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Service Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get a list of service accounts.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/service-accounts" }, "docs": "Retrieve a list of service accounts." }, { "info": { "name": "Create a service account.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/service-accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Used to create a service account." }, { "info": { "name": "Get service account by id.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/service-accounts/:serviceAccountId", "params": [ { "name": "serviceAccountId", "value": "", "type": "path", "description": "Service account id" } ] }, "docs": "Retrieve the details of a service account by id." }, { "info": { "name": "Update service account details by id.", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.run.ai/api/v1/service-accounts/:serviceAccountId", "params": [ { "name": "serviceAccountId", "value": "", "type": "path", "description": "Service account id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update the details of a service account by id." }, { "info": { "name": "Delete a service account by id.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/service-accounts/:serviceAccountId", "params": [ { "name": "serviceAccountId", "value": "", "type": "path", "description": "Service account id" } ] }, "docs": "Use to delete a service account by id." }, { "info": { "name": "Regenerate a service account secret.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/service-accounts/:serviceAccountId/secret", "params": [ { "name": "serviceAccountId", "value": "", "type": "path", "description": "Service account id" } ] }, "docs": "Use to regenerate the service account secret by id." } ] } ], "bundled": true }