Upgrade existing subscription
POST
/v2/subscriptions/upgrade
Upgrade Subscription
Request Body
Name | Type | Description |
---|---|---|
uniquePlanKey | string | The plan key to which you want to upgrade. |
subscriptionId | string | The subscription ID that you want to upgrade. |
Example Request
{
"uniquePlanKey": "premium-plan-2024",
"subscriptionId": "sub_123456789"
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}
Body Params application/json