Skip to main content
GET
show ssh-keys

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

The ID of the instance to retrieve SSH keys for.

Response

Success response with SSH keys

success
boolean
Example:

true

ssh_keys
string

JSON string containing array of SSH key objects

Example:

"[{\"id\": 1, \"name\": \"my-key\", \"public_key\": \"ssh-rsa AAAA...\"}]"