Skip to main content
GET
/
user-resource
/
ssh_keys
List SSH Keys
curl --request GET \
  --url https://api.tenbytecloud.com/v1/user-resource/ssh_keys \
  --header 'apikey: <api-key>'
[
  {
    "uuid": "3f8f4c5a-2c6d-4f0a-9a3a-8c9f6e3f1a2b",
    "name": "laptop-mbp",
    "public_key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMockPublicKeyData user@host",
    "user_id": 268,
    "created_at": "2025-01-12T09:21:33Z"
  }
]

Authorizations

apikey
string
header
required

Response

200 - application/json

List of SSH keys