Skip to main content
GET
/
ssh-keys
/
{key_id}
Get SSH key
curl --request GET \
  --url https://api.nova-cloud.ai/ssh-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "label": "<string>",
  "key_type": "ssh-ed25519",
  "fingerprint": "SHA256:abc123...",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Use a JWT access token or API key (prefixed with nv_)

Path Parameters

key_id
string<uuid>
required

Response

SSH key metadata

id
string<uuid>
label
string
key_type
string
Example:

"ssh-ed25519"

fingerprint
string
Example:

"SHA256:abc123..."

created_at
string<date-time>