GET
/
servers
/
{server}
curl --request GET \
  --url https://rdp.sh/api/v1/servers/{server} \
  --header 'Authorization: <api-key>'
{
  "id": "1",
  "node": "001-ams",
  "rdns": "1.3.3.7.powered.by.rdp.sh.",
  "distro": "Windows Server 2025",
  "status": "stopped",
  "plan_id": 1,
  "created_at": "2023-12-23T01:06:46.000Z",
  "ip_address": "1.3.3.7",
  "expiry_date": "2024-11-20T05:20:00.000Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

server
string
required

Query Parameters

server
string

Server Id

Response

200 - application/json

The request was successful, and the server has returned the requested resource in the response body.