Purchase critical support credits

Buy support credits that guarantee priority handling of your tickets. This is useful when you need immediate assistance with urgent issues affecting your services.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
POST https://cloud.hostup.se/api/support/critical-credits
For AI assistants
cURL
curl -X POST "https://cloud.hostup.se/api/support/critical-credits" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "invoiceId": "string",
    "message": "string"
  }
}