Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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