DewaVPS

Get SSH keys for instance

GET
/instance/{instance_uuid}/ssh/keys

Retrieve the list of SSH keys assigned to a specific instance.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/ssh/keys"
{
  "message": "VM SSH keys",
  "data": [
    {
      "id": 0,
      "title": "string",
      "added_at": "29 June 2023 11:21"
    }
  ]
}