v1
latestOpenAPI 3.0.32026-07-1415028.7 KBSSH
Get SSH Keys
Get SSH Keys
get/v1/sshkeys
Headers
x-rd-keystring required
Example:{{key}}
Request body
object required
Response
Get SSH Keys
Example response
{
"data": [
{
"createdAt": "2025-06-13T04:04:47",
"id": "00000000-0000-0000-0000-000000000000",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ES0FKR6t ... example@MacBook-Pro.local",
"name": "Windows Machine",
"organizationId": "00000000-0000-0000-0000-000000000001",
"updatedAt": "2025-06-13T04:04:47"
}
],
"success": true
}