cURL
curl --request PATCH \ --url http://127.0.0.1:3333/v3/billing/auto-recharge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "triggerAmount": 1, "rechargeAmount": 501 } '
{ "workspaceId": "<string>", "autoRechargeEnabled": true, "autoRechargeTrigger": 123, "autoRechargeAmount": 123, "billingCurrency": "brl" }
Configure auto recharge settings.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
x >= 500
brl
usd
eur
gbp
Default Response