cURL
curl --request GET \ --url https://rdp.sh/api/v1/stock \ --header 'Authorization: <api-key>'
[ { "stock": { "plan": { "id": 123, "cores": 123, "price": 123, "title": "<string>", "memory": 123, "storage": 123 }, "stock": 123, "available": true }, "region": { "id": 123, "region": "<string>", "location": "<string>" } } ]
The request was successful, and the server has returned the requested resource in the response body.
Show child attributes
Plan object.