Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request to POST /billing/balance/auto-top-up/enable request If no amount is provided, then the default amount is 20. If no balance threshold is provided, then the default balance threshold is 5.
Amount in $ to top up
Required range:
10 <= x <= 500Balance threshold in $ to trigger auto top-up
Required range:
5 <= x <= 95Response
Successful Response
The response is of type object.