Get details for the specified SSH Key in the url.
curl --request GET \ --url https://api.shadeform.ai/v1/sshkeys/{id}/info \ --header 'X-API-KEY: <api-key>'
{ "id": "78a0dd5a-dbb1-4568-b55c-5e7e0a8b0c40", "name": "My ssh key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU GPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3 Pbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA t3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw/Pb0rwert/En mZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbx NrRFi9wrf+M7Q== schacon@mylaptop.local", "is_default": false }
The ssh key id
The ID of the SSH Key.
The name of the SSH Key.
The public key.
Indicates the default key.