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

Get VPS settings

Retrieve current settings for the VPS.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the VPS.

Response

200
403
404
successboolean
dataobject

Request

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

Response

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