cURL
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" } ]
Retrieve a list of your servers.
The request was successful, and the server has returned the requested resource in the response body.
The response is of type GetServersOk · object[].
GetServersOk · object[]