Skip to main content
GET
/
credits
/
auto-recharge-settings
Get Auto Recharge Settings
curl --request GET \
  --url https://api.example.com/credits/auto-recharge-settings/ \
  --header 'Authorization: Bearer <token>'
{
  "auto_recharge_enabled": true,
  "auto_recharge_threshold_trigger_amount": 123,
  "auto_recharge_to_amount": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Response

Successful Response

auto_recharge_enabled
boolean
required
auto_recharge_threshold_trigger_amount
integer
required
auto_recharge_to_amount
integer
required