Scaledmail
  1. Pre Warm Inboxes
Scaledmail
  • Scaledmail API Documentaion
  • Organization
    • Get Organizations
      GET
  • Pre Warm Inboxes
    • Pre Warm Inboxes
      GET
    • Buy Pre Warm Inboxes
      POST
  • Domain
    • Get Domains
      GET
    • Get Purchased Domains
      GET
    • Search Domains
      POST
    • Buy Domains
      POST
    • Update Domain Name
      POST
    • Update Domain Redirect
      POST
  • Package
    • Get Packages
      GET
  • Order
    • Get Order Details
      GET
    • Create Order
      POST
    • Get Orders
      GET
    • Cancel Order
      DELETE
  • Mailboxes
    • Get Mailboxes by Domain ID
      GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Pre Warm Inboxes

Pre Warm Inboxes

GET
https://server.scaledmail.com/api/v1/pre-warm-inboxes
This endpoint returns all available pre-warmed inboxes for Google and Outlook, including their pricing details and warm-up age (in months).

Request

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

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://server.scaledmail.com/api/v1/pre-warm-inboxes?organization_id' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
  "total": 4,
  "google": [
    {
      "warmup_age": 1,
      "id": "recLuIthqG59R4nmZ",
      "domain": "1apitestgoogle.com",
      "emailMailboxCount": 2,
      "pricing": {
        "oneTimePrice": 23,
        "monthlyPrice": 8
      },
      "emailMailbox": [
        {
          "first_name": "James",
          "last_name": "Smith",
          "alias": "james.smith"
        },
        {
          "first_name": "James",
          "last_name": "Smith",
          "alias": "james"
        }
      ]
    },
    {
      "warmup_age": 2,
      "id": "reckPXxVGMsaL3yKs",
      "domain": "wisescalegrowth.com",
      "emailMailboxCount": 2,
      "pricing": {
        "oneTimePrice": 23,
        "monthlyPrice": 8
      },
      "emailMailbox": [
        {
          "first_name": "James",
          "last_name": "Smith",
          "alias": "james.smith"
        },
        {
          "first_name": "James",
          "last_name": "Smith",
          "alias": "james"
        }
      ]
    }
  ],
  "outlook": [
    {
      "warmup_age": 2,
      "id": "rec0tZOQtwjJwYutj",
      "domain": "forgepathbase.com",
      "emailMailboxCount": 25,
      "pricing": {
        "oneTimePrice": 30,
        "monthlyPrice": 50
      }
    },
    {
      "warmup_age": 1,
      "id": "rec1yaWEUxTiqJ97H",
      "domain": "clarityhubpoint.com",
      "emailMailboxCount": 25,
      "pricing": {
        "oneTimePrice": 30,
        "monthlyPrice": 50
      },
      "emailMailbox": [
        {
          "first_name": "Michael",
          "last_name": "Smith",
          "alias": "michael.smith"
        },
        {
          "first_name": "Michael",
          "last_name": "Smith",
          "alias": "michael"
        },
        {
          "first_name": "Michael",
          "last_name": "Smith",
          "alias": "m.smith"
        },
        {
          "first_name": "Michael",
          "last_name": "Smith",
          "alias": "michaelsmith"
        },
        {
          "first_name": "Michael",
          "last_name": "Smith",
          "alias": "michael.s"
        },
        {
          "first_name": "Jennifer",
          "last_name": "Johnson",
          "alias": "jennifer.johnson"
        },
        {
          "first_name": "Jennifer",
          "last_name": "Johnson",
          "alias": "jenniferjohnson"
        },
        {
          "first_name": "Jennifer",
          "last_name": "Johnson",
          "alias": "jennifer"
        },
        {
          "first_name": "Jennifer",
          "last_name": "Johnson",
          "alias": "j.johnson"
        },
        {
          "first_name": "Jennifer",
          "last_name": "Johnson",
          "alias": "jennifer.j"
        },
        {
          "first_name": "David",
          "last_name": "Williams",
          "alias": "david.williams"
        },
        {
          "first_name": "David",
          "last_name": "Williams",
          "alias": "d.williams"
        },
        {
          "first_name": "David",
          "last_name": "Williams",
          "alias": "davidwilliams"
        },
        {
          "first_name": "David",
          "last_name": "Williams",
          "alias": "david.w"
        },
        {
          "first_name": "David",
          "last_name": "Williams",
          "alias": "david"
        },
        {
          "first_name": "Sarah",
          "last_name": "Brown",
          "alias": "sarah.brown"
        },
        {
          "first_name": "Sarah",
          "last_name": "Brown",
          "alias": "s.brown"
        },
        {
          "first_name": "Sarah",
          "last_name": "Brown",
          "alias": "sarahb"
        },
        {
          "first_name": "Sarah",
          "last_name": "Brown",
          "alias": "s.b"
        },
        {
          "first_name": "Sarah",
          "last_name": "Brown",
          "alias": "sarah"
        },
        {
          "first_name": "Christopher",
          "last_name": "Davis",
          "alias": "christopher.davis"
        },
        {
          "first_name": "Christopher",
          "last_name": "Davis",
          "alias": "chris.davis"
        },
        {
          "first_name": "Christopher",
          "last_name": "Davis",
          "alias": "c.davis"
        },
        {
          "first_name": "Christopher",
          "last_name": "Davis",
          "alias": "christopher"
        },
        {
          "first_name": "Christopher",
          "last_name": "Davis",
          "alias": "cdavis"
        }
      ]
    }
  ]
}
Modified at 2026-01-12 12:33:58
Previous
Get Organizations
Next
Buy Pre Warm Inboxes
Built with