Skip to main content
GET
/
v1
/
ssh-keys
/
{id}
Get an SSH key
curl --request GET \
  --url https://rest.compute.cudo.org/v1/ssh-keys/{id} \
  --header 'Authorization: <api-key>'
{
  "comment": "<string>",
  "createTime": "2023-11-07T05:31:56Z",
  "fingerprint": "<string>",
  "id": "<string>",
  "publicKey": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

id
string
required

Response

A successful response.

publicKey
string
required
comment
string
createTime
string<date-time>
fingerprint
string
id
string
type
string