GET
/
plans
curl --request GET \
  --url https://rdp.sh/api/v1/plans \
  --header 'Authorization: <api-key>'
{
  "id": 1,
  "cores": 2,
  "price": 10,
  "title": "RDP-40-2C-6M",
  "memory": 6,
  "storage": 40
}

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.

Plan object.

id
integer
Example:

1

cores
integer
Example:

2

price
integer
Example:

10

title
string
Example:

"RDP-40-2C-6M"

memory
integer
Example:

6

storage
integer
Example:

40