Skip to main content
GET
/
plans
Get plans
curl --request GET \
  --url https://rdp.sh/api/v1/plans \
  --header 'Authorization: <api-key>'
{
  "id": 123,
  "cores": 123,
  "price": 123,
  "title": "<string>",
  "memory": 123,
  "storage": 123
}

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
cores
integer
price
integer
title
string
memory
integer
storage
integer