{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens AutoRechargePreferences API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AutoRechargePreferences", "type": "folder" }, "items": [ { "info": { "name": "List auto recharge preferences", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/payment/auto_recharge_prefs" }, "docs": "Returns the payment auto recharge preferences." }, { "info": { "name": "Update auto recharge preferences", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/payment/auto_recharge_prefs", "body": { "type": "json", "data": "{}" } }, "docs": "Update payment auto recharge preferences." } ] } ], "bundled": true }