The Mailbox Add-on Public API allows users to purchase additional mailboxes beyond their base plan allocation using their wallet balance.Price per mailbox -
Plan Tier
Monthly
Quarterly
Yearly
Starter
$3.50
$9.75
$39.00
Growth
$3.25
$9.00
$33.00
Pro
$3.00
$8.10
$30.00
Request
Query Params
Header Params
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--location--request POST 'https://api.zapmail.ai/api/v2/wallet/buy-addon-mailboxes?quantity=1' \
--header'x-auth-zapmail;' \
--header'x-workspace-key;' \
--header'x-service-provider;'
Responses
🟢200Success
application/json
Body
Example
{"message":"Mailbox purchase is processed successfully and invoice is created. https://invoice.stripe.com/i/acct_1xxxxxxp","paymentLink":"https://invoice.stripe.com/i/acct_xxxxxx/test_xxxxxxx"}