🔗 Console REST APIUsage Management

Get auto-recharge settings

Retrieves current auto-recharge configuration

GET
/api/billing/auto-recharge
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://example.com/api/billing/auto-recharge"
{
  "isAutoRechargeEnabled": true,
  "balanceGoesBelow": 0,
  "balanceBackUpTo": 0
}
Service StatusGitHub SDK