cURL
curl --request POST \ --url https://rdp.sh/api/v1/order \ --header 'Authorization: <api-key>'
{ "success": true, "server_id": 123 }
This API endpoint allows you to purchase a new server using your available balance.
1
The request was successful, and a new resource was created.
The response is of type object.
object