API ReferenceBilling
Get Auto-Recharge Settings
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Response Body
application/json
curl -X GET "https://samva.app/api/v1/billing/auto-recharge"{
"enabled": true,
"thresholdCents": -9007199254740991,
"amountCents": -9007199254740991,
"currentBalanceCents": -9007199254740991,
"lastAutoRechargeAt": "string"
}