SSH Keys
/sshkeys/{id}/info
Get details for the specified SSH Key in the url.
GET
/
sshkeys
/
{id}
/
info
Authorizations
X-API-KEY
string
headerrequiredPath Parameters
id
string
requiredThe ssh key id
Response
200 - application/json
id
string
requiredThe ID of the SSH Key.
name
string
requiredThe name of the SSH Key.
public_key
string
requiredThe public key.
is_default
boolean
requiredIndicates the default key.