Update auto top-up settings
POST
https://api.inboxkit.com/v1/api/billing/auto-topup
Billing
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.inboxkit.com/v1/api/billing/auto-topup' \
--header 'Content-Type: application/json' \
--data-raw '{
"auto_topup_enabled": true,
"auto_topup_trigger_drops_below": 100,
"auto_topup_add_credits": 500
}'
Response Response Example
{
"error": false,
"message": "Auto topup updated successfully."
}
Request
Body Params application/json
Responses
Modified at 2025-06-17 13:00:15