GET
/
sshkeys
/
{id}
/
info

Authorizations

X-API-KEY
string
headerrequired

Path Parameters

id
string
required

The ssh key id

Response

200 - application/json
id
string
required

The ID of the SSH Key.

name
string
required

The name of the SSH Key.

public_key
string
required

The public key.

is_default
boolean
required

Indicates the default key.