Upgrade DNS Shield LTD Plan Testing
Run in Apidog
Purchase a Lifetime Deal (LTD) DNS Shield plan with a one-time payment. LTD plans provide DNS Shield protection for a fixed number of domains without recurring monthly charges. Plans# Plan Price Max Domains Type Starter $299 30 LTD (One-time) Growth $999 100 LTD (One-time) Pro $2,999 500 LTD (One-time)
Request Body Params application/json Required
{
"subscriptionId" : "sub_xxx" ,
"newPlanName" : "growth"
} Request Code Samples
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"
}' Responses application/json Generate Code
{
"message" : "DNS Shield plan upgraded successfully from STARTER to GROWTH" ,
"invoiceUrl" : "<https://invoice.stripe.com/i/acct_xxxx/test_xxxx>"
}
Modified at 2025-12-24 13:03:27