1. Domain
Scaledmail
  • Scaledmail API Documentaion
  • Workspaces
    • Get Workspaces
      GET
    • Create Workspace
      POST
  • Pre Warm Inboxes
    • Pre Warm Inboxes
      GET
    • Buy Pre Warm Inboxes
      POST
  • Domain
    • Get Domains
      GET
    • Buy Domains
      POST
    • Search Domains
      POST
    • Suggest Domains
      POST
    • Update Domain Name
      POST
    • Update Domain Redirect
      POST
    • Get Purchased Domains
      GET
  • Package
    • Calculate Package
      POST
    • Get Packages
      GET
  • Order
    • Get Orders
      GET
    • Get Order Details
      GET
    • Cancel Order
      DELETE
    • Get Pending Forms
      GET
    • Submit Form
      POST
    • Create Order
      POST
    • Create Custom Order
      POST
  • Mailboxes
    • Get Mailboxes by Domain ID
      GET
  1. Domain

Buy Domains

POST
https://server.scaledmail.com/api/v1/buy-domains
⚠️ Requires a connected payment method.
This endpoint will automatically charge the connected method upon successful domain purchase.
✅ You can pass a maximum of 10 domains in the request body per API call.
❌ All domains must be available for purchase. If any domain is unavailable, the entire request will fail with an error.
⏱️ This endpoint is rate-limited to 15 requests per minute.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Body Params text/plain
Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://server.scaledmail.com/api/v1/buy-domains?organization_id=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data '{
    "domains":["scaledmail.com","beanstalk.com"]
}'
Response Response Example
{}
Modified at 2026-05-15 16:24:02
Previous
Get Domains
Next
Search Domains
Built with