Zapmail
latest
  • latest
  • v1
    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
        POST
      • Add third party account details
        POST
      • Update third party account details
        PUT
    • subscriptions
      • Get all subscriptions
        GET
      • Cancel subscription
        POST
      • Upgrade existing subscription
        POST
    • 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.
    • dns
      • Get dns records
      • Add dns records
      • Update dns records
      • Delete dns records
    • Schemas
      • domain with filter

    domain with filter

    {
        "domainIds": [
            "string"
        ],
        "email": "string",
        "contains": "string",
        "tagIds": [
            "string"
        ],
        "status": [
            "ACTIVE"
        ]
    }
    Built with