Skip to main content
GET
/
ssh_keys
/
{key_id}
Error
A valid request URL is required to generate request examples
{
  "key_id": 123,
  "uid": 123,
  "fingerprint": "<string>",
  "title": "<string>",
  "value": "<string>",
  "changed": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

key_id
integer
required

The ID of the ssh key.

Response

200 - application/json

A single SSH public key record.

The ssh key object.

key_id
integer

The ID of the public key.

uid
integer

The internal user ID.

fingerprint
string

The fingerprint of the public key.

title
string

The title of the public key.

value
string

The actual value of the public key.

changed
string

The time of the last key modification (ISO 8601)

Last modified on March 11, 2026