Check if Pay-As-You-Go is available for your account

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.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/config/payg-availability
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/config/payg-availability" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "paygAvailable": true
  }
}