{ "opencollection": "1.0.0", "info": { "name": "Thunder Compute Instances SSH Keys API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SSH Keys", "type": "folder" }, "items": [ { "info": { "name": "Add an SSH key to the account.", "type": "http" }, "http": { "method": "POST", "url": "https://api.thundercompute.com:8443/v1/keys/add", "body": { "type": "json", "data": "{}" } }, "docs": "Add an SSH key to the account." }, { "info": { "name": "List account SSH keys.", "type": "http" }, "http": { "method": "GET", "url": "https://api.thundercompute.com:8443/v1/keys/list" }, "docs": "List account SSH keys." }, { "info": { "name": "Delete an account SSH key.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.thundercompute.com:8443/v1/keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an account SSH key." } ] } ], "bundled": true }