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.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/support/critical-credits curl -X GET "https://cloud.hostup.se/api/support/critical-credits" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"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
}
}