cURL
curl --request GET \ --url https://rdp.sh/api/v1/regions \ --header 'Authorization: <api-key>'
[ { "id": 123, "region": "<string>", "location": "<string>" } ]
Retrieve a list of available regions.
The request was successful, and the server has returned the requested resource in the response body.
1
2
"nl"
"us"
"Amsterdam"
"Phoenix"