API ReferenceBilling
Update Auto-Recharge Settings
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://samva.app/api/v1/billing/auto-recharge" \ -H "Content-Type: application/json" \ -d '{ "enabled": true }'{
"success": true
}