Retrieve a list of available 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 }
Plan object.
1
2
10
"RDP-40-2C-6M"
6
40