Retrieve information about your current trust tier. This tier affects various services and may grant access to faster verification processes or specific pricing. Returns a requestId for follow-up API calls, important for integration.
recalculate string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/trust-tier curl -X GET "https://cloud.hostup.se/api/trust-tier?recalculate=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"trustTier": {
"level": 0,
"name": "string",
"floatingIpQuota": 0,
"reason": "string"
}
}
}