API ReferenceBilling
Schedule Plan Change
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
planTier*unknown
Value in
"starter" | "pro" | "enterprise"Response Body
application/json
curl -X POST "https://samva.app/api/v1/billing/schedule-plan-change" \ -H "Content-Type: application/json" \ -d '{ "planTier": "starter" }'{
"success": true,
"scheduleId": "string"
}