GET
/
servers
curl --request GET \
  --url https://rdp.sh/api/v1/servers \
  --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

Response

200 - application/json
The request was successful, and the server has returned the requested resource in the response body.
id
string
Example:

"1"

node
string
Example:

"001-ams"

rdns
string
Example:

"1.3.3.7.powered.by.rdp.sh."

distro
string
Example:

"Windows Server 2025"

status
string
Example:

"stopped"

plan_id
integer
Example:

1

created_at
string
Example:

"2023-12-23T01:06:46.000Z"

ip_address
string
Example:

"1.3.3.7"

expiry_date
string
Example:

"2024-11-20T05:20:00.000Z"