S
Samva
S
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

API Reference

Email Management

Conversation Management

Configuration

Analytics & Operations

Cancel Scheduled Plan ChangeGet InvoicesGet Billing PlansGet SubscriptionGet Billing UsageSchedule Plan Change
OpenAPI Specification
API ReferenceBilling

Schedule Plan Change

POST
/billing/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"
}

Get Billing Usage

Previous Page

Get Organization

Next Page

curl -X POST "https://samva.app/api/v1/billing/schedule-plan-change" \
  -H "Content-Type: application/json" \
  -d '{
    "planTier": "starter"
  }'