Zapmail
latest
  • latest
  • v1
  1. dns shield
Zapmail
latest
  • latest
  • v1
  • Zapmail Docs
  • users
    • Retrieve User Details
      GET
  • workspaces
    • Retrieve all workspaces
      GET
    • Create new workspace
      POST
    • Update workspace
      PUT
  • billing
    • Add Billing Details
      POST
    • Update Billing Details
      PUT
  • mailbox
    • Retrieve All Mailboxes
      GET
    • Get Mailbox Details by ID
      GET
    • Assign New Mailboxes to Domains
      POST
    • Update mailbox
      PUT
    • Remove mailboxes on next renewal
      PUT
    • Get Authenticator code
      GET
    • Remove Mailboxes Instantly
      POST
    • Custom OAuth
      POST
  • payments & wallet
    • Add balance to wallet
      POST
    • Get wallet balance
      GET
    • Enable auto recharge
      POST
  • export
    • Export mailboxes
    • Add third party account details
    • Update third party account details
  • subscriptions
    • Get all subscriptions
    • Cancel subscription
    • Upgrade existing subscription
    • Purchase subscription
  • domains
    • Retrieve All Domains
    • List Assignable Domains
    • Add DMARC record
    • Add Domain forwarding
    • Get Name servers to connect domain
    • Verify Name Server Propagation
    • Connect Domain with Zapmail
    • Enable email forwarding
    • Remove email forwarding
    • Enable catch all emails
    • Remove catch all emails
    • Check DNS records
    • Remove unused domains
    • Get available domains for registration
    • Get domains purchase payment link
    • Get domain connection requests
    • Remove domain connection requests
    • Connect Domain with Zapmail (New)
    • Add Google Client ID to Domain
    • Get availability of multiple domain names.
    • Retrieve Domain Health Score
  • dns
    • Get dns records
    • Add dns records
    • Update dns records
    • Delete dns records
  • aged domains
    • Get available domains
    • Purchase aged domains
  • prewarmed domains
    • Get prewarmed domains
    • purchase prewarmed subscription
    • Assign prewarmed mailboxes
  • placement test
    • Get subscriptions
    • Get Overall Report
    • Get placement test orders
    • Get report by cart order id
    • Get Eligible Mailboxes for Placement Tests
    • Get Available Placement Test Credits
    • Purchase Placement Test
    • Purchase plan
  • dns shield
    • Get eligible domains
      GET
    • Get available slots
      GET
    • Get subscriptions
      GET
    • Get Allocated Domains for Subscription
      GET
    • Allocate Domains to DNS Shield
      POST
    • Purchase DNS Shield
      POST
    • Upgrade DNS Shield LTD Plan
      POST
    • Cancel subscription
      POST
  • Schemas
    • domain with filter
  1. dns shield

Purchase DNS Shield

Testing
POST
/v2/dns-shield/purchase
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.
DNS Shield protects your domains by managing DNS records and preventing unauthorized changes.

Plans#

PlanPriceMax DomainsType
Starter$29930LTD (One-time)
Growth$999100LTD (One-time)
Pro$2,999500LTD (One-time)
Monthly$3/domain/monthUnlimitedSubscription

Request

Header Params

Body Params application/jsonRequired

Examples
{
  "planType": "LTD",
  "planName": "starter"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://api.zapmail.ai/api/v2/dns-shield/purchase' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
  "planType": "LTD",
  "planName": "starter"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "status": 200,
    "message": "Payment link",
    "data": {
        "checkoutUrl": "https://invoice.stripe.com/i/acct_xxxx",
        "checkoutSession": false,
        "walletUsed": true
    }
}
Modified at 2025-12-24 13:03:24
Previous
Allocate Domains to DNS Shield
Next
Upgrade DNS Shield LTD Plan
Built with