| Plan | Price | Max Domains | Type |
|---|---|---|---|
| Starter | $299 | 30 | LTD (One-time) |
| Growth | $999 | 100 | LTD (One-time) |
| Pro | $2,999 | 500 | LTD (One-time) |
curl --location --request POST 'https://api.zapmail.ai/api/v2/dns-shield/upgrade-plan' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscriptionId": "sub_xxx",
"newPlanName": "growth"
}'{
"message": "DNS Shield plan upgraded successfully from STARTER to GROWTH",
"invoiceUrl": "<https://invoice.stripe.com/i/acct_xxxx/test_xxxx>"
}