Skip to main content
GET
Get Instance SSH Keys

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Instance contract ID whose SSH keys to retrieve.

Response

200 - application/json

Returns {success: false, error: "no_such_instance", msg: "Instance {id} not found."} when the instance is not found or not owned by the user.

success
boolean

True on success

ssh_keys
string

JSON-encoded array of SSH key objects