Get a detailed history of all credit transactions on your account. Use this to see how your credits have been used or added, such as with service purchases or manual adjustments. The endpoint also returns a requestId for follow-up actions.
page string required Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/billing/credit-log curl -X GET "https://cloud.hostup.se/api/billing/credit-log?page=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"log": [
"string"
],
"hasMore": true,
"success": true
}
}