GET
/
regions
curl --request GET \
  --url https://rdp.sh/api/v1/regions \
  --header 'Authorization: <api-key>'
[
  {
    "id": 1,
    "region": "nl",
    "location": "Amsterdam"
  }
]

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
integer
required
Example:

1

region
string
Example:

"nl"

location
string
Example:

"Amsterdam"