{ "opencollection": "1.0.0", "info": { "name": "Management Clusters User API", "version": "v1alpha1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "List public SSH keys registered for the authenticated user.", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlas.fluidstack.io/api/v1alpha1/user/keys" }, "docs": "List public SSH keys registered for the authenticated user." }, { "info": { "name": "Register a public SSH key for the authenticated user.", "type": "http" }, "http": { "method": "POST", "url": "https://api.atlas.fluidstack.io/api/v1alpha1/user/keys", "body": { "type": "json", "data": "{}" } }, "docs": "Register a public SSH key for the authenticated user." }, { "info": { "name": "Deregister an SSH key for the authorized user.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlas.fluidstack.io/api/v1alpha1/user/keys/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the key" } ] }, "docs": "Deregister an SSH key for the authorized user." } ] } ], "bundled": true }