| Name | Type | Description |
|---|---|---|
uniquePlanKey | string | The plan key to which you want to upgrade. |
subscriptionId | string | The subscription ID that you want to upgrade. |
{
"uniquePlanKey": "premium-plan-2024",
"subscriptionId": "sub_123456789"
}curl --location --request POST 'https://api.zapmail.ai/api/v1/user/upgrade-subscription' \
--header 'x-auth-zapmail: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"lookupKey": "",
"subscriptionId": "sub_1P8ihuFgljsDeiyre9KRflk1q"
}'{}