Determine if your service is configured for Pay-As-You-Go billing. This is useful if you want to understand how your costs might look based on your actual consumption.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/config/payg-availability curl -X GET "https://cloud.hostup.se/api/config/payg-availability" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"paygAvailable": true
}
}