cURL
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 }
Retrieve a list of available plans.
The request was successful, and the server has returned the requested resource in the response body.
Plan object.