GET /dashboard/service/{id}/vps/access

Get SSH keys

Retrieve SSH keys configured for the VPS.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the VPS.

Response

200
403
404
successboolean
dataarray

Request

curl -X GET "https://api.royalehosting.net/dashboard/service/{id}/vps/access" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"

Response

{
  "success": true,
  "data": [
    {}
  ]
}