{ "opencollection": "1.0.0", "info": { "name": "Metronome Alerts Threshold billing API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Threshold billing", "type": "folder" }, "items": [ { "info": { "name": "Update a customer's active recharge or prepaid balance threshold config", "type": "http" }, "http": { "method": "POST", "url": "https://api.metronome.com/v1/threshold-billing/update-active-recharge-config", "body": { "type": "json", "data": "{}" } }, "docs": "A unified API for updating prepaid balance threshold configs for clients who are migrating customers from Metronome 1.0 and 2.0. Customer can only have one active config across all Plans or Contracts." } ] } ], "bundled": true }