Purchase aged domains
Testing
Purchase one or more aged/high-reputation domains from the marketplace. Payment is automatically deducted from your wallet balance.
Request
Body Params application/jsonRequired
{
"domains": [
"example-aged-domain.com",
"premium-domain.com"
]
}
Request Code Samples
curl --location --request POST 'https://api.zapmail.ai/api/v2/aged-domains/purchase' \
--header 'x-auth-zapmail;' \
--header 'x-service-provider;' \
--header 'x-workspace-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"example-aged-domain.com",
"premium-domain.com"
]
}'
Responses
application/json {
"redirect": "https://invoice.stripe.com/i/acct_xxxx/test_YWNjdF8xSzYxNU5LTTJUc...",
"domains": ["bulk-cart-uuid-123"],
"useWallet": true
}
Modified at 2025-12-24 13:01:51