Check your account credits

Display your available account credits, how much you have used, and if you are eligible for additional credits. This is particularly useful for understanding your current balance for future purchases or checking your trust level. Returns a requestId for follow-up actions.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/support/critical-credits
For AI assistants
cURL
curl -X GET "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": {
    "balance": 0,
    "credited": 0,
    "used": 0,
    "eligible": true,
    "trustTier": {
      "level": 0,
      "name": "string"
    },
    "bankidVerified": true,
    "pendingPurchases": [
      "string"
    ],
    "price": 0
  }
}