Activate an order that was previously created, for example, after a successful payment. The endpoint returns an order ID that can be used in later calls to track order status or manage the service.
Accept Example Content-Type Example orderId string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/account/activate-order curl -X POST "https://cloud.hostup.se/api/account/activate-order" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"orderId": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string",
"orderId": "string"
}
} {
"orderId": "string"
}