cURL
curl --request GET \ --url https://rdp.sh/api/v1/servers \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "node": "<string>", "rdns": "<string>", "distro": "<string>", "status": "<string>", "plan_id": 123, "created_at": "<string>", "ip_address": "<string>", "expiry_date": "<string>" } ]
Retrieve a list of your servers.
The request was successful, and the server has returned the requested resource in the response body.