SSH Keys
Get single SSH key by ID
get/v1/ssh-keys/{sshKeyId}
Path parameters
sshKeyIdstring required
Example:ff480e5e-bcf3-4954-9935-1fb3631429f3
Response
Returns the SSH key
Example response
{
"id": "f7b3b3b3-1b3b-4b3b-8b3b-3b3b3b3b3b3b",
"name": "my-key",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD...",
"fingerprint": "9b:11:74:af:5c:04:48:31:40:ef:b5:ef:e3:dc:33:81"
}